#39585E

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

Shades of Casal #39585E

Tints of Casal #39585E

Color information

#39585E (or 0x39585E) is unknown color: approx Casal. HEX triplet: 39, 58 and 5E. RGB value is (57,88,94). Sum of RGB (Red+Green+Blue) = 57+88+94=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #39585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39585E is #C6A7A1. Grayscale: #4F4F4F. Windows color (decimal): -13019042 or 6182969. OLE color: 6182969.

HSL color Cylindrical-coordinate representation of color #39585E: hue angle of 189.73º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #39585E is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB578894-
CMYK0.390.0600.63
HSL189.73º24.5%29.61%-
HSV(B)189.73º39.36%36.86%-
XYZ7.28.6611.88-
YUV79.41136.23112.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=23.85%
G=36.82%
B=39.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5788940.390.0600.63189.7324.529.61
Hex39585E27603Fbe191e
Octal711301364760772763136
Binary111001101100010111101001111100111111101111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39585E; }

 p { color: rgb(57,88,94); }

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

<style>
 a { background-color: #39585E; }

 a { background-color: rgb(57,88,94); }

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

<style>
 span { border-color: #39585E; }

 span { border-color: rgb(57,88,94); }

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