Html Css Color HEX #54557F Comet

📋 copy color: '#54557F'

red 84 ◦ green 85 ◦ blue 127

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

Shades of Comet #54557F

Tints of Comet #54557F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.91%

R = 28.38%
G = 28.72%
B = 42.91%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54557F (or 0x54557F) is known color: Comet. HEX triplet: 54, 55 and 7F. RGB value is (84,85,127). Sum of RGB (Red+Green+Blue) = 84+85+127=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #54557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54557F is #ABAA80. Grayscale: #595959. Windows color (decimal): -11250305 or 8344916. OLE color: 8344916.

HSL color Cylindrical-coordinate representation of color #54557F: hue angle of 238.6º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54557F is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 85 127 -
CMYK 0.34 0.33 0 0.50
HSL 238.6º 0.2% 0.41% -
HSV(B) 238.6º 0.34% 0.5% -
XYZ 10.74 9.91 21.43 -
YUV 89.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 84 85 127 0.34 0.33 0 0.50 238.6 0.2 0.41
Hex 54 55 7F 22 21 0 32 EF 14 29
Octal 124 125 177 42 41 0 62 357 24 51
Binary 1010100 1010101 1111111 100010 100001 0 110010 11101111 10100 101001

Color Harmonies of #54557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54557F

Black with #54557F

Text Example


Text Example

White with #54557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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