#36555C

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

Shades of Casal #36555C

Tints of Casal #36555C

Color information

#36555C (or 0x36555C) is unknown color: approx Casal. HEX triplet: 36, 55 and 5C. RGB value is (54,85,92). Sum of RGB (Red+Green+Blue) = 54+85+92=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #36555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36555C is #C9AAA3. Grayscale: #4C4C4C. Windows color (decimal): -13216420 or 6051126. OLE color: 6051126.

HSL color Cylindrical-coordinate representation of color #36555C: hue angle of 191.05º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36555C is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB548592-
CMYK0.410.0800.64
HSL191.05º26.03%28.63%-
HSV(B)191.05º41.3%36.08%-
XYZ6.78.0511.33-
YUV76.53136.73111.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=23.38%
G=36.80%
B=39.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5485920.410.0800.64191.0526.0328.63
Hex36555C298040bf1a1d
Octal66125134511001002773235
Binary11011010101011011100101001100001000000101111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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