Html Css Color HEX #54556D Comet

📋 copy color: '#54556D'

red 84 ◦ green 85 ◦ blue 109

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

Shades of Comet #54556D

Tints of Comet #54556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.58%

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 30.22%
G = 30.58%
B = 39.21%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54556D (or 0x54556D) is known color: Comet. HEX triplet: 54, 55 and 6D. RGB value is (84,85,109). Sum of RGB (Red+Green+Blue) = 84+85+109=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #54556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54556D is #ABAA92. Grayscale: #575757. Windows color (decimal): -11250323 or 7165268. OLE color: 7165268.

HSL color Cylindrical-coordinate representation of color #54556D: hue angle of 237.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54556D is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 85 109 -
CMYK 0.23 0.22 0 0.57
HSL 237.6º 0.13% 0.38% -
HSV(B) 237.6º 0.23% 0.43% -
XYZ 9.66 9.49 15.79 -
YUV 87.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 84 85 109 0.23 0.22 0 0.57 237.6 0.13 0.38
Hex 54 55 6D 17 16 0 39 EE D 26
Octal 124 125 155 27 26 0 71 356 15 46
Binary 1010100 1010101 1101101 10111 10110 0 111001 11101110 1101 100110

Color Harmonies of #54556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54556D

Black with #54556D

Text Example


Text Example

White with #54556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54556D; }

 p { color: rgb(84,85,109); }

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

background-color css

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

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

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

border-color css

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

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

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