Html Css Color HEX #545577 Comet

📋 copy color: '#545577'

red 84 ◦ green 85 ◦ blue 119

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

Shades of Comet #545577

Tints of Comet #545577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

 BLUE value IS 119 (46.88% from 255) = 41.32%

R = 29.17%
G = 29.51%
B = 41.32%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#545577 (or 0x545577) is known color: Comet. HEX triplet: 54, 55 and 77. RGB value is (84,85,119). Sum of RGB (Red+Green+Blue) = 84+85+119=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #545577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545577 is #ABAA88. Grayscale: #585858. Windows color (decimal): -11250313 or 7820628. OLE color: 7820628.

HSL color Cylindrical-coordinate representation of color #545577: hue angle of 238.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545577 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 85 119 -
CMYK 0.29 0.29 0 0.53
HSL 238.29º 0.17% 0.4% -
HSV(B) 238.29º 0.29% 0.47% -
XYZ 10.23 9.71 18.79 -
YUV 88.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 84 85 119 0.29 0.29 0 0.53 238.29 0.17 0.4
Hex 54 55 77 1D 1D 0 35 EE 11 28
Octal 124 125 167 35 35 0 65 356 21 50
Binary 1010100 1010101 1110111 11101 11101 0 110101 11101110 10001 101000

Color Harmonies of #545577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545577

Black with #545577

Text Example


Text Example

White with #545577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545577; }

 p { color: rgb(84,85,119); }

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

background-color css

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

 a { background-color: rgb(84,85,119); }

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

border-color css

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

 span { border-color: rgb(84,85,119); }

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