#36525B

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

Shades of Casal #36525B

Tints of Casal #36525B

Color information

#36525B (or 0x36525B) is unknown color: approx Casal. HEX triplet: 36, 52 and 5B. RGB value is (54,82,91). Sum of RGB (Red+Green+Blue) = 54+82+91=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #36525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36525B is #C9ADA4. Grayscale: #4A4A4A. Windows color (decimal): -13217189 or 5984822. OLE color: 5984822.

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

Color convert

RGB548291-
CMYK0.410.1000.64
HSL194.59º25.52%28.43%-
HSV(B)194.59º40.66%35.69%-
XYZ6.437.5711.02-
YUV74.65137.22113.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=23.79%
G=36.12%
B=40.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5482910.410.1000.64194.5925.5228.43
Hex36525B29A040c31a1c
Octal66122133511201003033234
Binary11011010100101011011101001101001000000110000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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