Html Css Color HEX #54556B Comet

📋 copy color: '#54556B'

red 84 ◦ green 85 ◦ blue 107

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

Shades of Comet #54556B

Tints of Comet #54556B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 30.43%
G = 30.8%
B = 38.77%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54556B (or 0x54556B) is known color: Comet. HEX triplet: 54, 55 and 6B. RGB value is (84,85,107). Sum of RGB (Red+Green+Blue) = 84+85+107=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #54556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54556B is #ABAA94. Grayscale: #575757. Windows color (decimal): -11250325 or 7034196. OLE color: 7034196.

HSL color Cylindrical-coordinate representation of color #54556B: hue angle of 237.39º 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 #54556B is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 85 107 -
CMYK 0.21 0.21 0 0.58
HSL 237.39º 0.12% 0.37% -
HSV(B) 237.39º 0.21% 0.42% -
XYZ 9.56 9.44 15.23 -
YUV 87.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 84 85 107 0.21 0.21 0 0.58 237.39 0.12 0.37
Hex 54 55 6B 15 15 0 3A ED C 25
Octal 124 125 153 25 25 0 72 355 14 45
Binary 1010100 1010101 1101011 10101 10101 0 111010 11101101 1100 100101

Color Harmonies of #54556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54556B

Black with #54556B

Text Example


Text Example

White with #54556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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