#36525A

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

Shades of Casal #36525A

Tints of Casal #36525A

Color information

#36525A (or 0x36525A) is unknown color: approx Casal. HEX triplet: 36, 52 and 5A. RGB value is (54,82,90). Sum of RGB (Red+Green+Blue) = 54+82+90=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #36525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36525A is #C9ADA5. Grayscale: #4A4A4A. Windows color (decimal): -13217190 or 5919286. OLE color: 5919286.

HSL color Cylindrical-coordinate representation of color #36525A: hue angle of 193.33º 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 #36525A is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB548290-
CMYK0.400.0900.65
HSL193.33º25%28.24%-
HSV(B)193.33º40%35.29%-
XYZ6.387.5610.8-
YUV74.54136.72113.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=23.89%
G=36.28%
B=39.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5482900.400.0900.65193.332528.24
Hex36525A289041c1191c
Octal66122132501101013013134
Binary11011010100101011010101000100101000001110000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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