Html Css Color HEX #54587C Comet

📋 copy color: '#54587C'

red 84 ◦ green 88 ◦ blue 124

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

Shades of Comet #54587C

Tints of Comet #54587C

RGB

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

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

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

R = 28.38%
G = 29.73%
B = 41.89%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54587C (or 0x54587C) is known color: Comet. HEX triplet: 54, 58 and 7C. RGB value is (84,88,124). Sum of RGB (Red+Green+Blue) = 84+88+124=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #54587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54587C is #ABA783. Grayscale: #5A5A5A. Windows color (decimal): -11249540 or 8149076. OLE color: 8149076.

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

Color convert

RGB 84 88 124 -
CMYK 0.32 0.29 0 0.51
HSL 234º 0.19% 0.41% -
HSV(B) 234º 0.32% 0.49% -
XYZ 10.78 10.32 20.49 -
YUV 90.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 84 88 124 0.32 0.29 0 0.51 234 0.19 0.41
Hex 54 58 7C 20 1D 0 33 EA 13 29
Octal 124 130 174 40 35 0 63 352 23 51
Binary 1010100 1011000 1111100 100000 11101 0 110011 11101010 10011 101001

Color Harmonies of #54587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54587C

Black with #54587C

Text Example


Text Example

White with #54587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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