#36525F

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

Shades of Casal #36525F

Tints of Casal #36525F

Color information

#36525F (or 0x36525F) is unknown color: approx Casal. HEX triplet: 36, 52 and 5F. RGB value is (54,82,95). Sum of RGB (Red+Green+Blue) = 54+82+95=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #36525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36525F is #C9ADA0. Grayscale: #4B4B4B. Windows color (decimal): -13217185 or 6246966. OLE color: 6246966.

HSL color Cylindrical-coordinate representation of color #36525F: hue angle of 199.02º 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 #36525F is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB548295-
CMYK0.430.1400.63
HSL199.02º27.52%29.22%-
HSV(B)199.02º43.16%37.25%-
XYZ6.67.6511.95-
YUV75.11139.22112.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=23.38%
G=35.50%
B=41.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5482950.430.1400.63199.0227.5229.22
Hex36525F2BE03Fc71c1d
Octal6612213753160773073435
Binary1101101010010101111110101111100111111110001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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