#36565C

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

Shades of Casal #36565C

Tints of Casal #36565C

Color information

#36565C (or 0x36565C) is unknown color: approx Casal. HEX triplet: 36, 56 and 5C. RGB value is (54,86,92). Sum of RGB (Red+Green+Blue) = 54+86+92=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #36565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36565C is #C9A9A3. Grayscale: #4D4D4D. Windows color (decimal): -13216164 or 6051382. OLE color: 6051382.

HSL color Cylindrical-coordinate representation of color #36565C: hue angle of 189.47º 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 #36565C is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB548692-
CMYK0.410.0700.64
HSL189.47º26.03%28.63%-
HSV(B)189.47º41.3%36.08%-
XYZ6.788.2111.35-
YUV77.12136.4111.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=23.28%
G=37.07%
B=39.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5486920.410.0700.64189.4726.0328.63
Hex36565C297040bd1a1d
Octal6612613451701002753235
Binary1101101010110101110010100111101000000101111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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