#39505F

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

Shades of Cello #39505F

Tints of Cello #39505F

Color information

#39505F (or 0x39505F) is unknown color: approx Cello. HEX triplet: 39, 50 and 5F. RGB value is (57,80,95). Sum of RGB (Red+Green+Blue) = 57+80+95=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #39505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39505F is #C6AFA0. Grayscale: #4A4A4A. Windows color (decimal): -13021089 or 6246457. OLE color: 6246457.

HSL color Cylindrical-coordinate representation of color #39505F: hue angle of 203.68º 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 #39505F is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB578095-
CMYK0.400.1600.63
HSL203.68º25%29.8%-
HSV(B)203.68º40%37.25%-
XYZ6.627.4311.91-
YUV74.83139.38115.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=24.57%
G=34.48%
B=40.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5780950.400.1600.63203.682529.8
Hex39505F281003Fcc191e
Octal7112013750200773143136
Binary11100110100001011111101000100000111111110011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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