Html Css Color HEX #545472 Comet

📋 copy color: '#545472'

red 84 ◦ green 84 ◦ blue 114

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

Shades of Comet #545472

Tints of Comet #545472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 29.79%
G = 29.79%
B = 40.43%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#545472 (or 0x545472) is known color: Comet. HEX triplet: 54, 54 and 72. RGB value is (84,84,114). Sum of RGB (Red+Green+Blue) = 84+84+114=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #545472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545472 is #ABAB8D. Grayscale: #575757. Windows color (decimal): -11250574 or 7492692. OLE color: 7492692.

HSL color Cylindrical-coordinate representation of color #545472: hue angle of 240º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #545472 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 84 114 -
CMYK 0.26 0.26 0 0.55
HSL 240º 0.15% 0.39% -
HSV(B) 240º 0.26% 0.45% -
XYZ 9.86 9.44 17.22 -
YUV 87.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 84 84 114 0.26 0.26 0 0.55 240 0.15 0.39
Hex 54 54 72 1A 1A 0 37 F0 F 27
Octal 124 124 162 32 32 0 67 360 17 47
Binary 1010100 1010100 1110010 11010 11010 0 110111 11110000 1111 100111

Color Harmonies of #545472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545472

Black with #545472

Text Example


Text Example

White with #545472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545472; }

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

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

background-color css

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

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

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

border-color css

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

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

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