#39525D

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

Shades of Casal #39525D

Tints of Casal #39525D

Color information

#39525D (or 0x39525D) is unknown color: approx Casal. HEX triplet: 39, 52 and 5D. RGB value is (57,82,93). Sum of RGB (Red+Green+Blue) = 57+82+93=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #39525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39525D is #C6ADA2. Grayscale: #4B4B4B. Windows color (decimal): -13020579 or 6115897. OLE color: 6115897.

HSL color Cylindrical-coordinate representation of color #39525D: hue angle of 198.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #39525D is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB578293-
CMYK0.390.1200.64
HSL198.33º24%29.41%-
HSV(B)198.33º38.71%36.47%-
XYZ6.687.6911.49-
YUV75.78137.72114.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=24.57%
G=35.34%
B=40.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5782930.390.1200.64198.332429.41
Hex39525D27C040c6181d
Octal71122135471401003063035
Binary11100110100101011101100111110001000000110001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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