Html Css Color HEX #5A577C Comet

📋 copy color: '#5A577C'

red 90 ◦ green 87 ◦ blue 124

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

Shades of Comet #5A577C

Tints of Comet #5A577C

RGB

 RED value IS 90 (35.55% from 255) = 29.9%

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

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

R = 29.9%
G = 28.9%
B = 41.2%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A577C (or 0x5A577C) is known color: Comet. HEX triplet: 5A, 57 and 7C. RGB value is (90,87,124). Sum of RGB (Red+Green+Blue) = 90+87+124=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A577C is #A5A883. Grayscale: #5B5B5B. Windows color (decimal): -10856580 or 8148826. OLE color: 8148826.

HSL color Cylindrical-coordinate representation of color #5A577C: hue angle of 244.86º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A577C is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 87 124 -
CMYK 0.27 0.30 0 0.51
HSL 244.86º 0.18% 0.41% -
HSV(B) 244.86º 0.3% 0.49% -
XYZ 11.26 10.45 20.49 -
YUV 92.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 90 87 124 0.27 0.30 0 0.51 244.86 0.18 0.41
Hex 5A 57 7C 1B 1E 0 33 F5 12 29
Octal 132 127 174 33 36 0 63 365 22 51
Binary 1011010 1010111 1111100 11011 11110 0 110011 11110101 10010 101001

Color Harmonies of #5A577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A577C

Black with #5A577C

Text Example


Text Example

White with #5A577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A577C; }

 p { color: rgb(90,87,124); }

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

background-color css

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

 a { background-color: rgb(90,87,124); }

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

border-color css

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

 span { border-color: rgb(90,87,124); }

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