Html Css Color HEX #54566D Comet

📋 copy color: '#54566D'

red 84 ◦ green 86 ◦ blue 109

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

Shades of Comet #54566D

Tints of Comet #54566D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.82%

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

R = 30.11%
G = 30.82%
B = 39.07%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54566D (or 0x54566D) is known color: Comet. HEX triplet: 54, 56 and 6D. RGB value is (84,86,109). Sum of RGB (Red+Green+Blue) = 84+86+109=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #54566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54566D is #ABA992. Grayscale: #575757. Windows color (decimal): -11250067 or 7165524. OLE color: 7165524.

HSL color Cylindrical-coordinate representation of color #54566D: hue angle of 235.2º 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 #54566D is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 86 109 -
CMYK 0.23 0.21 0 0.57
HSL 235.2º 0.13% 0.38% -
HSV(B) 235.2º 0.23% 0.43% -
XYZ 9.74 9.64 15.82 -
YUV 88.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 84 86 109 0.23 0.21 0 0.57 235.2 0.13 0.38
Hex 54 56 6D 17 15 0 39 EB D 26
Octal 124 126 155 27 25 0 71 353 15 46
Binary 1010100 1010110 1101101 10111 10101 0 111001 11101011 1101 100110

Color Harmonies of #54566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54566D

Black with #54566D

Text Example


Text Example

White with #54566D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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