#36515A

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

Shades of Casal #36515A

Tints of Casal #36515A

Color information

#36515A (or 0x36515A) is unknown color: approx Casal. HEX triplet: 36, 51 and 5A. RGB value is (54,81,90). Sum of RGB (Red+Green+Blue) = 54+81+90=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #36515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36515A is #C9AEA5. Grayscale: #494949. Windows color (decimal): -13217446 or 5919030. OLE color: 5919030.

HSL color Cylindrical-coordinate representation of color #36515A: hue angle of 195º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36515A is Cyan = 0.40, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB548190-
CMYK0.400.100.65
HSL195º25%28.24%-
HSV(B)195º40%35.29%-
XYZ6.317.4110.77-
YUV73.95137.05113.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 90 (35.55% from 255) = 40%
R=24%
G=36%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5481900.400.100.651952528.24
Hex36515A28A041c3191c
Octal66121132501201013033134
Binary11011010100011011010101000101001000001110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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