#36515D

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

Shades of Casal #36515D

Tints of Casal #36515D

Color information

#36515D (or 0x36515D) is unknown color: approx Casal. HEX triplet: 36, 51 and 5D. RGB value is (54,81,93). Sum of RGB (Red+Green+Blue) = 54+81+93=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #36515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36515D is #C9AEA2. Grayscale: #4A4A4A. Windows color (decimal): -13217443 or 6115638. OLE color: 6115638.

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

Color convert

RGB548193-
CMYK0.420.1300.64
HSL198.46º26.53%28.82%-
HSV(B)198.46º41.94%36.47%-
XYZ6.447.4611.46-
YUV74.3138.55113.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=23.68%
G=35.53%
B=40.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5481930.420.1300.64198.4626.5328.82
Hex36515D2AD040c61b1d
Octal66121135521501003063335
Binary11011010100011011101101010110101000000110001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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