#39545D

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

Shades of Casal #39545D

Tints of Casal #39545D

Color information

#39545D (or 0x39545D) is unknown color: approx Casal. HEX triplet: 39, 54 and 5D. RGB value is (57,84,93). Sum of RGB (Red+Green+Blue) = 57+84+93=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #39545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39545D is #C6ABA2. Grayscale: #4C4C4C. Windows color (decimal): -13020067 or 6116409. OLE color: 6116409.

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

Color convert

RGB578493-
CMYK0.390.1000.64
HSL195º24%29.41%-
HSV(B)195º38.71%36.47%-
XYZ6.83811.54-
YUV76.95137.05113.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=24.36%
G=35.90%
B=39.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5784930.390.1000.641952429.41
Hex39545D27A040c3181d
Octal71124135471201003033035
Binary11100110101001011101100111101001000000110000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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