Html Css Color HEX #455059 Cello

📋 copy color: '#455059'

red 69 ◦ green 80 ◦ blue 89

#455059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #455059

Tints of Cello #455059

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 value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#455059 (or 0x455059) is known color: 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

RGB 69 80 89 -
CMYK 0.22 0.10 0 0.65
HSL 207º 0.13% 0.31% -
HSV(B) 207º 0.22% 0.35% -
XYZ 7.13 7.72 10.57 -
YUV 77.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 69 80 89 0.22 0.10 0 0.65 207 0.13 0.31
Hex 45 50 59 16 A 0 41 CF D 1F
Octal 105 120 131 26 12 0 101 317 15 37
Binary 1000101 1010000 1011001 10110 1010 0 1000001 11001111 1101 11111

Color Harmonies of #455059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455059

Black with #455059

Text Example


Text Example

White with #455059

Text Example


Text Example

HTML Codes & Css Web 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>