#454F59

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

Shades of Cello #454F59

Tints of Cello #454F59

Color information

#454F59 (or 0x454F59) is unknown color: approx Cello. HEX triplet: 45, 4F and 59. RGB value is (69,79,89). Sum of RGB (Red+Green+Blue) = 69+79+89=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: blue. Hex color #454F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F59 is #BAB0A6. Grayscale: #4D4D4D. Windows color (decimal): -12234919 or 5852997. OLE color: 5852997.

HSL color Cylindrical-coordinate representation of color #454F59: hue angle of 210º 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 #454F59 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB697989-
CMYK0.220.1100.65
HSL210º12.66%30.98%-
HSV(B)210º22.47%34.9%-
XYZ7.057.5810.54-
YUV77.15134.69122.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=29.11%
G=33.33%
B=37.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6979890.220.1100.6521012.6630.98
Hex454F5916B041d2d1f
Octal105117131261301013221537
Binary1000101100111110110011011010110100000111010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454F59; }

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

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

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

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

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

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

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

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