Html Css Color HEX #5A5978 Comet

📋 copy color: '#5A5978'

red 90 ◦ green 89 ◦ blue 120

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

Shades of Comet #5A5978

Tints of Comet #5A5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 30.1%
G = 29.77%
B = 40.13%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A5978 (or 0x5A5978) is known color: Comet. HEX triplet: 5A, 59 and 78. RGB value is (90,89,120). Sum of RGB (Red+Green+Blue) = 90+89+120=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A5978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5978 is #A5A687. Grayscale: #5C5C5C. Windows color (decimal): -10856072 or 7887194. OLE color: 7887194.

HSL color Cylindrical-coordinate representation of color #5A5978: hue angle of 241.94º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5978 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 89 120 -
CMYK 0.25 0.26 0 0.53
HSL 241.94º 0.15% 0.41% -
HSV(B) 241.94º 0.26% 0.47% -
XYZ 11.18 10.67 19.24 -
YUV 92.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 90 89 120 0.25 0.26 0 0.53 241.94 0.15 0.41
Hex 5A 59 78 19 1A 0 35 F2 F 29
Octal 132 131 170 31 32 0 65 362 17 51
Binary 1011010 1011001 1111000 11001 11010 0 110101 11110010 1111 101001

Color Harmonies of #5A5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5978

Black with #5A5978

Text Example


Text Example

White with #5A5978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,89,120); }

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

background-color css

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

 a { background-color: rgb(90,89,120); }

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

border-color css

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

 span { border-color: rgb(90,89,120); }

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