#33595F

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

Shades of Casal #33595F

Tints of Casal #33595F

Color information

#33595F (or 0x33595F) is unknown color: approx Casal. HEX triplet: 33, 59 and 5F. RGB value is (51,89,95). Sum of RGB (Red+Green+Blue) = 51+89+95=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #33595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33595F is #CCA6A0. Grayscale: #4E4E4E. Windows color (decimal): -13412001 or 6248755. OLE color: 6248755.

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

Color convert

RGB518995-
CMYK0.460.0600.63
HSL188.18º30.14%28.63%-
HSV(B)188.18º46.32%37.25%-
XYZ78.6712.13-
YUV78.32137.41108.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=21.70%
G=37.87%
B=40.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5189950.460.0600.63188.1830.1428.63
Hex33595F2E603Fbc1e1d
Octal631311375660772743635
Binary110011101100110111111011101100111111101111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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