#36545F

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

Shades of Casal #36545F

Tints of Casal #36545F

Color information

#36545F (or 0x36545F) is unknown color: approx Casal. HEX triplet: 36, 54 and 5F. RGB value is (54,84,95). Sum of RGB (Red+Green+Blue) = 54+84+95=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 95 - color contains mainly: blue. Hex color #36545F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36545F is #C9ABA0. Grayscale: #4C4C4C. Windows color (decimal): -13216673 or 6247478. OLE color: 6247478.

HSL color Cylindrical-coordinate representation of color #36545F: hue angle of 196.1º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36545F is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB548495-
CMYK0.430.1200.63
HSL196.1º27.52%29.22%-
HSV(B)196.1º43.16%37.25%-
XYZ6.767.9512.01-
YUV76.28138.56112.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 95 (37.5% from 255) = 40.77%
R=23.18%
G=36.05%
B=40.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5484950.430.1200.63196.127.5229.22
Hex36545F2BC03Fc41c1d
Octal6612413753140773043435
Binary1101101010100101111110101111000111111110001001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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