#36595F

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

Shades of Casal #36595F

Tints of Casal #36595F

Color information

#36595F (or 0x36595F) is unknown color: approx Casal. HEX triplet: 36, 59 and 5F. RGB value is (54,89,95). Sum of RGB (Red+Green+Blue) = 54+89+95=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #36595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36595F is #C9A6A0. Grayscale: #4F4F4F. Windows color (decimal): -13215393 or 6248758. OLE color: 6248758.

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

Color convert

RGB548995-
CMYK0.430.0600.63
HSL188.78º27.52%29.22%-
HSV(B)188.78º43.16%37.25%-
XYZ7.168.7612.14-
YUV79.22136.9110.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=22.69%
G=37.39%
B=39.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5489950.430.0600.63188.7827.5229.22
Hex36595F2B603Fbd1c1d
Octal661311375360772753435
Binary110110101100110111111010111100111111101111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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