#39575B

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

Shades of Casal #39575B

Tints of Casal #39575B

Color information

#39575B (or 0x39575B) is unknown color: approx Casal. HEX triplet: 39, 57 and 5B. RGB value is (57,87,91). Sum of RGB (Red+Green+Blue) = 57+87+91=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #39575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39575B is #C6A8A4. Grayscale: #4E4E4E. Windows color (decimal): -13019301 or 5986105. OLE color: 5986105.

HSL color Cylindrical-coordinate representation of color #39575B: hue angle of 187.06º 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 #39575B is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB578791-
CMYK0.370.0400.64
HSL187.06º22.97%29.02%-
HSV(B)187.06º37.36%35.69%-
XYZ6.988.4411.16-
YUV78.49135.06112.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=24.26%
G=37.02%
B=38.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5787910.370.0400.64187.0622.9729.02
Hex39575B254040bb171d
Octal7112713345401002732735
Binary1110011010111101101110010110001000000101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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