Html Css Color HEX #54577F Comet

📋 copy color: '#54577F'

red 84 ◦ green 87 ◦ blue 127

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

Shades of Comet #54577F

Tints of Comet #54577F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.19%

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

R = 28.19%
G = 29.19%
B = 42.62%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54577F (or 0x54577F) is known color: Comet. HEX triplet: 54, 57 and 7F. RGB value is (84,87,127). Sum of RGB (Red+Green+Blue) = 84+87+127=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #54577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54577F is #ABA880. Grayscale: #5A5A5A. Windows color (decimal): -11249793 or 8345428. OLE color: 8345428.

HSL color Cylindrical-coordinate representation of color #54577F: hue angle of 235.81º 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 #54577F is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 87 127 -
CMYK 0.34 0.31 0 0.50
HSL 235.81º 0.2% 0.41% -
HSV(B) 235.81º 0.34% 0.5% -
XYZ 10.9 10.23 21.48 -
YUV 90.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 84 87 127 0.34 0.31 0 0.50 235.81 0.2 0.41
Hex 54 57 7F 22 1F 0 32 EC 14 29
Octal 124 127 177 42 37 0 62 354 24 51
Binary 1010100 1010111 1111111 100010 11111 0 110010 11101100 10100 101001

Color Harmonies of #54577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54577F

Black with #54577F

Text Example


Text Example

White with #54577F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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