#33535F

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

Shades of Casal #33535F

Tints of Casal #33535F

Color information

#33535F (or 0x33535F) is unknown color: approx Casal. HEX triplet: 33, 53 and 5F. RGB value is (51,83,95). Sum of RGB (Red+Green+Blue) = 51+83+95=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #33535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33535F is #CCACA0. Grayscale: #4A4A4A. Windows color (decimal): -13413537 or 6247219. OLE color: 6247219.

HSL color Cylindrical-coordinate representation of color #33535F: hue angle of 196.36º 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 #33535F is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB518395-
CMYK0.460.1300.63
HSL196.36º30.14%28.63%-
HSV(B)196.36º46.32%37.25%-
XYZ6.527.7211.97-
YUV74.8139.4111.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=22.27%
G=36.24%
B=41.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5183950.460.1300.63196.3630.1428.63
Hex33535F2ED03Fc41e1d
Octal6312313756150773043635
Binary1100111010011101111110111011010111111110001001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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