Html Css Color HEX #455263 Cello

📋 copy color: '#455263'

red 69 ◦ green 82 ◦ blue 99

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

Shades of Cello #455263

Tints of Cello #455263

RGB

 RED value IS 69 (27.34% from 255) = 27.6%

 GREEN value IS 82 (32.42% from 255) = 32.8%

 BLUE value IS 99 (39.06% from 255) = 39.6%

R = 27.6%
G = 32.8%
B = 39.6%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#455263 (or 0x455263) is known color: Cello. HEX triplet: 45, 52 and 63. RGB value is (69,82,99). Sum of RGB (Red+Green+Blue) = 69+82+99=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #455263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455263 is #BAAD9C. Grayscale: #4F4F4F. Windows color (decimal): -12234141 or 6509125. OLE color: 6509125.

HSL color Cylindrical-coordinate representation of color #455263: hue angle of 214º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455263 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 82 99 -
CMYK 0.30 0.17 0 0.61
HSL 214º 0.18% 0.33% -
HSV(B) 214º 0.3% 0.39% -
XYZ 7.72 8.2 12.98 -
YUV 80.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 69 82 99 0.30 0.17 0 0.61 214 0.18 0.33
Hex 45 52 63 1E 11 0 3D D6 12 21
Octal 105 122 143 36 21 0 75 326 22 41
Binary 1000101 1010010 1100011 11110 10001 0 111101 11010110 10010 100001

Color Harmonies of #455263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455263

Black with #455263

Text Example


Text Example

White with #455263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455263; }

 p { color: rgb(69,82,99); }

 H1.HeaderClassName
 {
   color: #455263;
 }
 .AnyTagClassName
 {
   color: #455263;
 }
</style>

background-color css

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

 a { background-color: rgb(69,82,99); }

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

border-color css

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

 span { border-color: rgb(69,82,99); }

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