#39556C

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

Shades of Cello #39556C

Tints of Cello #39556C

Color information

#39556C (or 0x39556C) is unknown color: approx Cello. HEX triplet: 39, 55 and 6C. RGB value is (57,85,108). Sum of RGB (Red+Green+Blue) = 57+85+108=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #39556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39556C is #C6AA93. Grayscale: #4F4F4F. Windows color (decimal): -13019796 or 7099705. OLE color: 7099705.

HSL color Cylindrical-coordinate representation of color #39556C: hue angle of 207.06º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39556C is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5785108-
CMYK0.470.2100.58
HSL207.06º30.91%32.35%-
HSV(B)207.06º47.22%42.35%-
XYZ7.648.4515.42-
YUV79.25144.22112.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=22.8%
G=34%
B=43.2%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57851080.470.2100.58207.0630.9132.35
Hex39556C2F1503Acf1f20
Octal7112515457250723173740
Binary111001101010111011001011111010101110101100111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39556C; }

 p { color: rgb(57,85,108); }

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

<style>
 a { background-color: #39556C; }

 a { background-color: rgb(57,85,108); }

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

<style>
 span { border-color: #39556C; }

 span { border-color: rgb(57,85,108); }

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