Html Css Color HEX #54566F Comet

📋 copy color: '#54566F'

red 84 ◦ green 86 ◦ blue 111

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

Shades of Comet #54566F

Tints of Comet #54566F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 29.89%
G = 30.6%
B = 39.5%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#54566F (or 0x54566F) is known color: Comet. HEX triplet: 54, 56 and 6F. RGB value is (84,86,111). Sum of RGB (Red+Green+Blue) = 84+86+111=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 111 - color contains mainly: blue. Hex color #54566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54566F is #ABA990. Grayscale: #585858. Windows color (decimal): -11250065 or 7296596. OLE color: 7296596.

HSL color Cylindrical-coordinate representation of color #54566F: hue angle of 235.56º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54566F is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 86 111 -
CMYK 0.24 0.23 0 0.56
HSL 235.56º 0.14% 0.38% -
HSV(B) 235.56º 0.24% 0.44% -
XYZ 9.85 9.69 16.39 -
YUV 88.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 84 86 111 0.24 0.23 0 0.56 235.56 0.14 0.38
Hex 54 56 6F 18 17 0 38 EC E 26
Octal 124 126 157 30 27 0 70 354 16 46
Binary 1010100 1010110 1101111 11000 10111 0 111000 11101100 1110 100110

Color Harmonies of #54566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54566F

Black with #54566F

Text Example


Text Example

White with #54566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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