#35595E

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

Shades of Casal #35595E

Tints of Casal #35595E

Color information

#35595E (or 0x35595E) is unknown color: approx Casal. HEX triplet: 35, 59 and 5E. RGB value is (53,89,94). Sum of RGB (Red+Green+Blue) = 53+89+94=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #35595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35595E is #CAA6A1. Grayscale: #4E4E4E. Windows color (decimal): -13280930 or 6183221. OLE color: 6183221.

HSL color Cylindrical-coordinate representation of color #35595E: hue angle of 187.32º 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 #35595E is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB538994-
CMYK0.440.0500.63
HSL187.32º27.89%28.82%-
HSV(B)187.32º43.62%36.86%-
XYZ7.068.7111.9-
YUV78.81136.57109.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 94 (37.11% from 255) = 39.83%
R=22.46%
G=37.71%
B=39.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5389940.440.0500.63187.3227.8928.82
Hex35595E2C503Fbb1c1d
Octal651311365450772733435
Binary110101101100110111101011001010111111101110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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