#39575C

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

Shades of Casal #39575C

Tints of Casal #39575C

Color information

#39575C (or 0x39575C) is unknown color: approx Casal. HEX triplet: 39, 57 and 5C. RGB value is (57,87,92). Sum of RGB (Red+Green+Blue) = 57+87+92=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #39575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39575C is #C6A8A3. Grayscale: #4E4E4E. Windows color (decimal): -13019300 or 6051641. OLE color: 6051641.

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

Color convert

RGB578792-
CMYK0.380.0500.64
HSL188.57º23.49%29.22%-
HSV(B)188.57º38.04%36.08%-
XYZ7.038.4611.39-
YUV78.6135.56112.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=24.15%
G=36.86%
B=38.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5787920.380.0500.64188.5723.4929.22
Hex39575C265040bd171d
Octal7112713446501002752735
Binary1110011010111101110010011010101000000101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39575C; }

 p { color: rgb(57,87,92); }

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

<style>
 a { background-color: #39575C; }

 a { background-color: rgb(57,87,92); }

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

<style>
 span { border-color: #39575C; }

 span { border-color: rgb(57,87,92); }

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