#39525A

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

Shades of Casal #39525A

Tints of Casal #39525A

Color information

#39525A (or 0x39525A) is unknown color: approx Casal. HEX triplet: 39, 52 and 5A. RGB value is (57,82,90). Sum of RGB (Red+Green+Blue) = 57+82+90=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #39525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39525A is #C6ADA5. Grayscale: #4B4B4B. Windows color (decimal): -13020582 or 5919289. OLE color: 5919289.

HSL color Cylindrical-coordinate representation of color #39525A: hue angle of 194.55º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39525A is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB578290-
CMYK0.370.0900.65
HSL194.55º22.45%28.82%-
HSV(B)194.55º36.67%35.29%-
XYZ6.557.6410.8-
YUV75.44136.22114.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=24.89%
G=35.81%
B=39.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5782900.370.0900.65194.5522.4528.82
Hex39525A259041c3161d
Octal71122132451101013032635
Binary11100110100101011010100101100101000001110000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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