#33515F

Color #33515F Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #33515F

Tints of Cello #33515F

Color information

#33515F (or 0x33515F) is unknown color: approx Cello. HEX triplet: 33, 51 and 5F. RGB value is (51,81,95). Sum of RGB (Red+Green+Blue) = 51+81+95=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #33515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33515F is #CCAEA0. Grayscale: #494949. Windows color (decimal): -13414049 or 6246707. OLE color: 6246707.

HSL color Cylindrical-coordinate representation of color #33515F: hue angle of 199.09º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #33515F is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB518195-
CMYK0.460.1500.63
HSL199.09º30.14%28.63%-
HSV(B)199.09º46.32%37.25%-
XYZ6.377.4111.92-
YUV73.63140.06111.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=22.47%
G=35.68%
B=41.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5181950.460.1500.63199.0930.1428.63
Hex33515F2EF03Fc71e1d
Octal6312113756170773073635
Binary1100111010001101111110111011110111111110001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33515F; }

 p { color: rgb(51,81,95); }

 H1.HeaderClassName
 {
   color: #33515F;
 }
 .AnyTagClassName
 {
   color: #33515F;
 }
</style>
background-color css

<style>
 a { background-color: #33515F; }

 a { background-color: rgb(51,81,95); }

 div.DivClassName
 {
   background-color: #33515F;
 }
 .BgClassName
 {
   background-color: #33515F;
 }
</style>
border-color css

<style>
 span { border-color: #33515F; }

 span { border-color: rgb(51,81,95); }

 td.TdClassName
 {
   border-color: #33515F;
 }
 .TagClassName
 {
   border-color: #33515F;
 }
</style>