#36545B

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

Shades of Casal #36545B

Tints of Casal #36545B

Color information

#36545B (or 0x36545B) is unknown color: approx Casal. HEX triplet: 36, 54 and 5B. RGB value is (54,84,91). Sum of RGB (Red+Green+Blue) = 54+84+91=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #36545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36545B is #C9ABA4. Grayscale: #4B4B4B. Windows color (decimal): -13216677 or 5985334. OLE color: 5985334.

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

Color convert

RGB548491-
CMYK0.410.0800.64
HSL191.35º25.52%28.43%-
HSV(B)191.35º40.66%35.69%-
XYZ6.587.8811.07-
YUV75.83136.56112.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=23.58%
G=36.68%
B=39.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5484910.410.0800.64191.3525.5228.43
Hex36545B298040bf1a1c
Octal66124133511001002773234
Binary11011010101001011011101001100001000000101111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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