#455059

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

Shades of Cello #455059

Tints of Cello #455059

Color information

#455059 (or 0x455059) is unknown color: approx Cello. HEX triplet: 45, 50 and 59. RGB value is (69,80,89). Sum of RGB (Red+Green+Blue) = 69+80+89=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #455059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455059 is #BAAFA6. Grayscale: #4D4D4D. Windows color (decimal): -12234663 or 5853253. OLE color: 5853253.

HSL color Cylindrical-coordinate representation of color #455059: hue angle of 207º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455059 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB698089-
CMYK0.220.1000.65
HSL207º12.66%30.98%-
HSV(B)207º22.47%34.9%-
XYZ7.137.7210.57-
YUV77.74134.36121.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.99%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=28.99%
G=33.61%
B=37.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6980890.220.1000.6520712.6630.98
Hex45505916A041cfd1f
Octal105120131261201013171537
Binary1000101101000010110011011010100100000111001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455059; }

 p { color: rgb(69,80,89); }

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

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

 a { background-color: rgb(69,80,89); }

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

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

 span { border-color: rgb(69,80,89); }

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