Html Css Color HEX #54597A Comet

📋 copy color: '#54597A'

red 84 ◦ green 89 ◦ blue 122

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

Shades of Comet #54597A

Tints of Comet #54597A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 122 (48.05% from 255) = 41.36%

R = 28.47%
G = 30.17%
B = 41.36%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#54597A (or 0x54597A) is known color: Comet. HEX triplet: 54, 59 and 7A. RGB value is (84,89,122). Sum of RGB (Red+Green+Blue) = 84+89+122=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #54597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54597A is #ABA685. Grayscale: #5B5B5B. Windows color (decimal): -11249286 or 8018260. OLE color: 8018260.

HSL color Cylindrical-coordinate representation of color #54597A: hue angle of 232.11º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54597A is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 84 89 122 -
CMYK 0.31 0.27 0 0.52
HSL 232.11º 0.18% 0.4% -
HSV(B) 232.11º 0.31% 0.48% -
XYZ 10.74 10.43 19.86 -
YUV 91.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 84 89 122 0.31 0.27 0 0.52 232.11 0.18 0.4
Hex 54 59 7A 1F 1B 0 34 E8 12 28
Octal 124 131 172 37 33 0 64 350 22 50
Binary 1010100 1011001 1111010 11111 11011 0 110100 11101000 10010 101000

Color Harmonies of #54597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54597A

Black with #54597A

Text Example


Text Example

White with #54597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54597A; }

 p { color: rgb(84,89,122); }

 H1.HeaderClassName
 {
   color: #54597A;
 }
 .AnyTagClassName
 {
   color: #54597A;
 }
</style>

background-color css

<style>
 a { background-color: #54597A; }

 a { background-color: rgb(84,89,122); }

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

border-color css

<style>
 span { border-color: #54597A; }

 span { border-color: rgb(84,89,122); }

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