Html Css Color HEX #5A617C Comet

📋 copy color: '#5A617C'

red 90 ◦ green 97 ◦ blue 124

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

Shades of Comet #5A617C

Tints of Comet #5A617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

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

R = 28.94%
G = 31.19%
B = 39.87%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A617C (or 0x5A617C) is known color: Comet. HEX triplet: 5A, 61 and 7C. RGB value is (90,97,124). Sum of RGB (Red+Green+Blue) = 90+97+124=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A617C is #A59E83. Grayscale: #616161. Windows color (decimal): -10854020 or 8151386. OLE color: 8151386.

HSL color Cylindrical-coordinate representation of color #5A617C: hue angle of 227.65º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A617C is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 97 124 -
CMYK 0.27 0.22 0 0.51
HSL 227.65º 0.16% 0.42% -
HSV(B) 227.65º 0.27% 0.49% -
XYZ 12.13 12.18 20.78 -
YUV 97.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 90 97 124 0.27 0.22 0 0.51 227.65 0.16 0.42
Hex 5A 61 7C 1B 16 0 33 E4 10 2A
Octal 132 141 174 33 26 0 63 344 20 52
Binary 1011010 1100001 1111100 11011 10110 0 110011 11100100 10000 101010

Color Harmonies of #5A617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A617C

Black with #5A617C

Text Example


Text Example

White with #5A617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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