Html Css Color HEX #54557C Comet

📋 copy color: '#54557C'

red 84 ◦ green 85 ◦ blue 124

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

Shades of Comet #54557C

Tints of Comet #54557C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.32%

R = 28.67%
G = 29.01%
B = 42.32%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54557C (or 0x54557C) is known color: Comet. HEX triplet: 54, 55 and 7C. RGB value is (84,85,124). Sum of RGB (Red+Green+Blue) = 84+85+124=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #54557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54557C is #ABAA83. Grayscale: #585858. Windows color (decimal): -11250308 or 8148308. OLE color: 8148308.

HSL color Cylindrical-coordinate representation of color #54557C: hue angle of 238.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54557C is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 85 124 -
CMYK 0.32 0.31 0 0.51
HSL 238.5º 0.19% 0.41% -
HSV(B) 238.5º 0.32% 0.49% -
XYZ 10.54 9.84 20.41 -
YUV 89.15 147.67 124.33 -
System Red Green Blue C M Y K H S L
Decimal 84 85 124 0.32 0.31 0 0.51 238.5 0.19 0.41
Hex 54 55 7C 20 1F 0 33 EE 13 29
Octal 124 125 174 40 37 0 63 356 23 51
Binary 1010100 1010101 1111100 100000 11111 0 110011 11101110 10011 101001

Color Harmonies of #54557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54557C

Black with #54557C

Text Example


Text Example

White with #54557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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