#36555A

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

Shades of Casal #36555A

Tints of Casal #36555A

Color information

#36555A (or 0x36555A) is unknown color: approx Casal. HEX triplet: 36, 55 and 5A. RGB value is (54,85,90). Sum of RGB (Red+Green+Blue) = 54+85+90=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #36555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36555A is #C9AAA5. Grayscale: #4C4C4C. Windows color (decimal): -13216422 or 5920054. OLE color: 5920054.

HSL color Cylindrical-coordinate representation of color #36555A: hue angle of 188.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36555A is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB548590-
CMYK0.400.0600.65
HSL188.33º25%28.24%-
HSV(B)188.33º40%35.29%-
XYZ6.628.0210.87-
YUV76.3135.73112.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=23.58%
G=37.12%
B=39.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5485900.400.0600.65188.332528.24
Hex36555A286041bc191c
Octal6612513250601012743134
Binary1101101010101101101010100011001000001101111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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