#35595F

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

Shades of Casal #35595F

Tints of Casal #35595F

Color information

#35595F (or 0x35595F) is unknown color: approx Casal. HEX triplet: 35, 59 and 5F. RGB value is (53,89,95). Sum of RGB (Red+Green+Blue) = 53+89+95=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #35595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35595F is #CAA6A0. Grayscale: #4E4E4E. Windows color (decimal): -13280929 or 6248757. OLE color: 6248757.

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

Color convert

RGB538995-
CMYK0.440.0600.63
HSL188.57º28.38%29.02%-
HSV(B)188.57º44.21%37.25%-
XYZ7.118.7312.14-
YUV78.92137.07109.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=22.36%
G=37.55%
B=40.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5389950.440.0600.63188.5728.3829.02
Hex35595F2C603Fbd1c1d
Octal651311375460772753435
Binary110101101100110111111011001100111111101111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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