#36555D

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

Shades of Casal #36555D

Tints of Casal #36555D

Color information

#36555D (or 0x36555D) is unknown color: approx Casal. HEX triplet: 36, 55 and 5D. RGB value is (54,85,93). Sum of RGB (Red+Green+Blue) = 54+85+93=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #36555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36555D is #C9AAA2. Grayscale: #4C4C4C. Windows color (decimal): -13216419 or 6116662. OLE color: 6116662.

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

Color convert

RGB548593-
CMYK0.420.0900.64
HSL192.31º26.53%28.82%-
HSV(B)192.31º41.94%36.47%-
XYZ6.758.0711.56-
YUV76.64137.23111.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=23.28%
G=36.64%
B=40.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5485930.420.0900.64192.3126.5328.82
Hex36555D2A9040c01b1d
Octal66125135521101003003335
Binary11011010101011011101101010100101000000110000001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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