Html Css Color HEX #455364 Cello

📋 copy color: '#455364'

red 69 ◦ green 83 ◦ blue 100

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

Shades of Cello #455364

Tints of Cello #455364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

 BLUE value IS 100 (39.45% from 255) = 39.68%

R = 27.38%
G = 32.94%
B = 39.68%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#455364 (or 0x455364) is known color: Cello. HEX triplet: 45, 53 and 64. RGB value is (69,83,100). Sum of RGB (Red+Green+Blue) = 69+83+100=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 100 - color contains mainly: blue. Hex color #455364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455364 is #BAAC9B. Grayscale: #505050. Windows color (decimal): -12233884 or 6574917. OLE color: 6574917.

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

Color convert

RGB 69 83 100 -
CMYK 0.31 0.17 0 0.61
HSL 212.9º 0.18% 0.33% -
HSV(B) 212.9º 0.31% 0.39% -
XYZ 7.85 8.37 13.26 -
YUV 80.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 69 83 100 0.31 0.17 0 0.61 212.9 0.18 0.33
Hex 45 53 64 1F 11 0 3D D5 12 21
Octal 105 123 144 37 21 0 75 325 22 41
Binary 1000101 1010011 1100100 11111 10001 0 111101 11010101 10010 100001

Color Harmonies of #455364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455364

Black with #455364

Text Example


Text Example

White with #455364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455364; }

 p { color: rgb(69,83,100); }

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

background-color css

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

 a { background-color: rgb(69,83,100); }

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

border-color css

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

 span { border-color: rgb(69,83,100); }

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