#33525F

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

Shades of Casal #33525F

Tints of Casal #33525F

Color information

#33525F (or 0x33525F) is unknown color: approx Casal. HEX triplet: 33, 52 and 5F. RGB value is (51,82,95). Sum of RGB (Red+Green+Blue) = 51+82+95=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #33525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33525F is #CCADA0. Grayscale: #4A4A4A. Windows color (decimal): -13413793 or 6246963. OLE color: 6246963.

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

Color convert

RGB518295-
CMYK0.460.1400.63
HSL197.73º30.14%28.63%-
HSV(B)197.73º46.32%37.25%-
XYZ6.457.5611.95-
YUV74.21139.73111.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 95 (37.5% from 255) = 41.67%
R=22.37%
G=35.96%
B=41.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5182950.460.1400.63197.7330.1428.63
Hex33525F2EE03Fc61e1d
Octal6312213756160773063635
Binary1100111010010101111110111011100111111110001101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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