Html Css Color HEX #54587F Comet

📋 copy color: '#54587F'

red 84 ◦ green 88 ◦ blue 127

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

Shades of Comet #54587F

Tints of Comet #54587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

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

R = 28.09%
G = 29.43%
B = 42.47%

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

#54587F (or 0x54587F) is known color: Comet. HEX triplet: 54, 58 and 7F. RGB value is (84,88,127). Sum of RGB (Red+Green+Blue) = 84+88+127=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #54587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54587F is #ABA780. Grayscale: #5B5B5B. Windows color (decimal): -11249537 or 8345684. OLE color: 8345684.

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

Color convert

RGB 84 88 127 -
CMYK 0.34 0.31 0 0.50
HSL 234.42º 0.2% 0.41% -
HSV(B) 234.42º 0.34% 0.5% -
XYZ 10.98 10.4 21.51 -
YUV 91.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 84 88 127 0.34 0.31 0 0.50 234.42 0.2 0.41
Hex 54 58 7F 22 1F 0 32 EA 14 29
Octal 124 130 177 42 37 0 62 352 24 51
Binary 1010100 1011000 1111111 100010 11111 0 110010 11101010 10100 101001

Color Harmonies of #54587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54587F

Black with #54587F

Text Example


Text Example

White with #54587F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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