#36515B

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

Shades of Casal #36515B

Tints of Casal #36515B

Color information

#36515B (or 0x36515B) is unknown color: approx Casal. HEX triplet: 36, 51 and 5B. RGB value is (54,81,91). Sum of RGB (Red+Green+Blue) = 54+81+91=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #36515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36515B is #C9AEA4. Grayscale: #4A4A4A. Windows color (decimal): -13217445 or 5984566. OLE color: 5984566.

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

Color convert

RGB548191-
CMYK0.410.1100.64
HSL196.22º25.52%28.43%-
HSV(B)196.22º40.66%35.69%-
XYZ6.357.4211-
YUV74.07137.55113.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=23.89%
G=35.84%
B=40.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5481910.410.1100.64196.2225.5228.43
Hex36515B29B040c41a1c
Octal66121133511301003043234
Binary11011010100011011011101001101101000000110001001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36515B; }

 p { color: rgb(54,81,91); }

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

<style>
 a { background-color: #36515B; }

 a { background-color: rgb(54,81,91); }

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

<style>
 span { border-color: #36515B; }

 span { border-color: rgb(54,81,91); }

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