#39595F

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

Shades of Casal #39595F

Tints of Casal #39595F

Color information

#39595F (or 0x39595F) is unknown color: approx Casal. HEX triplet: 39, 59 and 5F. RGB value is (57,89,95). Sum of RGB (Red+Green+Blue) = 57+89+95=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 95 - color contains mainly: blue. Hex color #39595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39595F is #C6A6A0. Grayscale: #505050. Windows color (decimal): -13018785 or 6248761. OLE color: 6248761.

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

Color convert

RGB578995-
CMYK0.400.0600.63
HSL189.47º25%29.8%-
HSV(B)189.47º40%37.25%-
XYZ7.338.8412.15-
YUV80.12136.4111.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=23.65%
G=36.93%
B=39.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5789950.400.0600.63189.472529.8
Hex39595F28603Fbd191e
Octal711311375060772753136
Binary111001101100110111111010001100111111101111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39595F; }

 p { color: rgb(57,89,95); }

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

<style>
 a { background-color: #39595F; }

 a { background-color: rgb(57,89,95); }

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

<style>
 span { border-color: #39595F; }

 span { border-color: rgb(57,89,95); }

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