Html Css Color HEX #54577A Comet

📋 copy color: '#54577A'

red 84 ◦ green 87 ◦ blue 122

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

Shades of Comet #54577A

Tints of Comet #54577A

RGB

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

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

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

R = 28.67%
G = 29.69%
B = 41.64%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#54577A (or 0x54577A) is known color: Comet. HEX triplet: 54, 57 and 7A. RGB value is (84,87,122). Sum of RGB (Red+Green+Blue) = 84+87+122=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #54577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54577A is #ABA885. Grayscale: #595959. Windows color (decimal): -11249798 or 8017748. OLE color: 8017748.

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

Color convert

RGB 84 87 122 -
CMYK 0.31 0.29 0 0.52
HSL 235.26º 0.18% 0.4% -
HSV(B) 235.26º 0.31% 0.48% -
XYZ 10.58 10.11 19.81 -
YUV 90.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 84 87 122 0.31 0.29 0 0.52 235.26 0.18 0.4
Hex 54 57 7A 1F 1D 0 34 EB 12 28
Octal 124 127 172 37 35 0 64 353 22 50
Binary 1010100 1010111 1111010 11111 11101 0 110100 11101011 10010 101000

Color Harmonies of #54577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54577A

Black with #54577A

Text Example


Text Example

White with #54577A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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