#36555F

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

Shades of Casal #36555F

Tints of Casal #36555F

Color information

#36555F (or 0x36555F) is unknown color: approx Casal. HEX triplet: 36, 55 and 5F. RGB value is (54,85,95). Sum of RGB (Red+Green+Blue) = 54+85+95=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 95 - color contains mainly: blue. Hex color #36555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36555F is #C9AAA0. Grayscale: #4C4C4C. Windows color (decimal): -13216417 or 6247734. OLE color: 6247734.

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

Color convert

RGB548595-
CMYK0.430.1100.63
HSL194.63º27.52%29.22%-
HSV(B)194.63º43.16%37.25%-
XYZ6.848.1112.03-
YUV76.87138.23111.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=23.08%
G=36.32%
B=40.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5485950.430.1100.63194.6327.5229.22
Hex36555F2BB03Fc31c1d
Octal6612513753130773033435
Binary1101101010101101111110101110110111111110000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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