Html Css Color HEX #545470 Comet

📋 copy color: '#545470'

red 84 ◦ green 84 ◦ blue 112

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

Shades of Comet #545470

Tints of Comet #545470

RGB

 RED value IS 84 (33.2% from 255) = 30%

 GREEN value IS 84 (33.2% from 255) = 30%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 30%
G = 30%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#545470 (or 0x545470) is known color: Comet. HEX triplet: 54, 54 and 70. RGB value is (84,84,112). Sum of RGB (Red+Green+Blue) = 84+84+112=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #545470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545470 is #ABAB8F. Grayscale: #575757. Windows color (decimal): -11250576 or 7361620. OLE color: 7361620.

HSL color Cylindrical-coordinate representation of color #545470: hue angle of 240º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #545470 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 84 112 -
CMYK 0.25 0.25 0 0.56
HSL 240º 0.14% 0.38% -
HSV(B) 240º 0.25% 0.44% -
XYZ 9.75 9.4 16.63 -
YUV 87.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 84 84 112 0.25 0.25 0 0.56 240 0.14 0.38
Hex 54 54 70 19 19 0 38 F0 E 26
Octal 124 124 160 31 31 0 70 360 16 46
Binary 1010100 1010100 1110000 11001 11001 0 111000 11110000 1110 100110

Color Harmonies of #545470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545470

Black with #545470

Text Example


Text Example

White with #545470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545470; }

 p { color: rgb(84,84,112); }

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

background-color css

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

 a { background-color: rgb(84,84,112); }

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

border-color css

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

 span { border-color: rgb(84,84,112); }

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