#36515C

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

Shades of Casal #36515C

Tints of Casal #36515C

Color information

#36515C (or 0x36515C) is unknown color: approx Casal. HEX triplet: 36, 51 and 5C. RGB value is (54,81,92). Sum of RGB (Red+Green+Blue) = 54+81+92=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #36515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36515C is #C9AEA3. Grayscale: #4A4A4A. Windows color (decimal): -13217444 or 6050102. OLE color: 6050102.

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

Color convert

RGB548192-
CMYK0.410.1200.64
HSL197.37º26.03%28.63%-
HSV(B)197.37º41.3%36.08%-
XYZ6.47.4411.22-
YUV74.18138.05113.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=23.79%
G=35.68%
B=40.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5481920.410.1200.64197.3726.0328.63
Hex36515C29C040c51a1d
Octal66121134511401003053235
Binary11011010100011011100101001110001000000110001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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