#39525F

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

Shades of Cello #39525F

Tints of Cello #39525F

Color information

#39525F (or 0x39525F) is unknown color: approx Cello. HEX triplet: 39, 52 and 5F. RGB value is (57,82,95). Sum of RGB (Red+Green+Blue) = 57+82+95=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 95 - color contains mainly: blue. Hex color #39525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39525F is #C6ADA0. Grayscale: #4B4B4B. Windows color (decimal): -13020577 or 6246969. OLE color: 6246969.

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

Color convert

RGB578295-
CMYK0.400.1400.63
HSL200.53º25%29.8%-
HSV(B)200.53º40%37.25%-
XYZ6.777.7311.96-
YUV76.01138.72114.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=24.36%
G=35.04%
B=40.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5782950.400.1400.63200.532529.8
Hex39525F28E03Fc9191e
Octal7112213750160773113136
Binary1110011010010101111110100011100111111110010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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