Html Css Color HEX #54587D Comet

📋 copy color: '#54587D'

red 84 ◦ green 88 ◦ blue 125

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

Shades of Comet #54587D

Tints of Comet #54587D

RGB

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

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

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

R = 28.28%
G = 29.63%
B = 42.09%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54587D (or 0x54587D) is known color: Comet. HEX triplet: 54, 58 and 7D. RGB value is (84,88,125). Sum of RGB (Red+Green+Blue) = 84+88+125=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #54587D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54587D is #ABA782. Grayscale: #5A5A5A. Windows color (decimal): -11249539 or 8214612. OLE color: 8214612.

HSL color Cylindrical-coordinate representation of color #54587D: hue angle of 234.15º 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 #54587D is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 88 125 -
CMYK 0.33 0.30 0 0.51
HSL 234.15º 0.2% 0.41% -
HSV(B) 234.15º 0.33% 0.49% -
XYZ 10.85 10.34 20.83 -
YUV 91.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 84 88 125 0.33 0.30 0 0.51 234.15 0.2 0.41
Hex 54 58 7D 21 1E 0 33 EA 14 29
Octal 124 130 175 41 36 0 63 352 24 51
Binary 1010100 1011000 1111101 100001 11110 0 110011 11101010 10100 101001

Color Harmonies of #54587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54587D

Black with #54587D

Text Example


Text Example

White with #54587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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