Html Css Color HEX #54566E Comet

📋 copy color: '#54566E'

red 84 ◦ green 86 ◦ blue 110

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

Shades of Comet #54566E

Tints of Comet #54566E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 30%
G = 30.71%
B = 39.29%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54566E (or 0x54566E) is known color: Comet. HEX triplet: 54, 56 and 6E. RGB value is (84,86,110). Sum of RGB (Red+Green+Blue) = 84+86+110=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #54566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54566E is #ABA991. Grayscale: #585858. Windows color (decimal): -11250066 or 7231060. OLE color: 7231060.

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

Color convert

RGB 84 86 110 -
CMYK 0.24 0.22 0 0.57
HSL 235.38º 0.13% 0.38% -
HSV(B) 235.38º 0.24% 0.43% -
XYZ 9.8 9.67 16.1 -
YUV 88.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 84 86 110 0.24 0.22 0 0.57 235.38 0.13 0.38
Hex 54 56 6E 18 16 0 39 EB D 26
Octal 124 126 156 30 26 0 71 353 15 46
Binary 1010100 1010110 1101110 11000 10110 0 111001 11101011 1101 100110

Color Harmonies of #54566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54566E

Black with #54566E

Text Example


Text Example

White with #54566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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