Html Css Color HEX #54556A Comet

📋 copy color: '#54556A'

red 84 ◦ green 85 ◦ blue 106

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

Shades of Comet #54556A

Tints of Comet #54556A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 30.55%
G = 30.91%
B = 38.55%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54556A (or 0x54556A) is known color: Comet. HEX triplet: 54, 55 and 6A. RGB value is (84,85,106). Sum of RGB (Red+Green+Blue) = 84+85+106=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #54556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54556A is #ABAA95. Grayscale: #575757. Windows color (decimal): -11250326 or 6968660. OLE color: 6968660.

HSL color Cylindrical-coordinate representation of color #54556A: hue angle of 237.27º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54556A is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 85 106 -
CMYK 0.21 0.20 0 0.58
HSL 237.27º 0.12% 0.37% -
HSV(B) 237.27º 0.21% 0.42% -
XYZ 9.51 9.42 14.95 -
YUV 87.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 84 85 106 0.21 0.20 0 0.58 237.27 0.12 0.37
Hex 54 55 6A 15 14 0 3A ED C 25
Octal 124 125 152 25 24 0 72 355 14 45
Binary 1010100 1010101 1101010 10101 10100 0 111010 11101101 1100 100101

Color Harmonies of #54556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54556A

Black with #54556A

Text Example


Text Example

White with #54556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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