#39545B

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

Shades of Casal #39545B

Tints of Casal #39545B

Color information

#39545B (or 0x39545B) is unknown color: approx Casal. HEX triplet: 39, 54 and 5B. RGB value is (57,84,91). Sum of RGB (Red+Green+Blue) = 57+84+91=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #39545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39545B is #C6ABA4. Grayscale: #4C4C4C. Windows color (decimal): -13020069 or 5985337. OLE color: 5985337.

HSL color Cylindrical-coordinate representation of color #39545B: hue angle of 192.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39545B is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB578491-
CMYK0.370.0800.64
HSL192.35º22.97%29.02%-
HSV(B)192.35º37.36%35.69%-
XYZ6.757.9711.08-
YUV76.72136.05113.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=24.57%
G=36.21%
B=39.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5784910.370.0800.64192.3522.9729.02
Hex39545B258040c0171d
Octal71124133451001003002735
Binary11100110101001011011100101100001000000110000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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