Html Css Color HEX #54557D Comet

📋 copy color: '#54557D'

red 84 ◦ green 85 ◦ blue 125

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

Shades of Comet #54557D

Tints of Comet #54557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 28.57%
G = 28.91%
B = 42.52%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54557D (or 0x54557D) is known color: Comet. HEX triplet: 54, 55 and 7D. RGB value is (84,85,125). Sum of RGB (Red+Green+Blue) = 84+85+125=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #54557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54557D is #ABAA82. Grayscale: #595959. Windows color (decimal): -11250307 or 8213844. OLE color: 8213844.

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

Color convert

RGB 84 85 125 -
CMYK 0.33 0.32 0 0.51
HSL 238.54º 0.2% 0.41% -
HSV(B) 238.54º 0.33% 0.49% -
XYZ 10.61 9.86 20.75 -
YUV 89.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 84 85 125 0.33 0.32 0 0.51 238.54 0.2 0.41
Hex 54 55 7D 21 20 0 33 EF 14 29
Octal 124 125 175 41 40 0 63 357 24 51
Binary 1010100 1010101 1111101 100001 100000 0 110011 11101111 10100 101001

Color Harmonies of #54557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54557D

Black with #54557D

Text Example


Text Example

White with #54557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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