Html Css Color HEX #5A5778 Comet

📋 copy color: '#5A5778'

red 90 ◦ green 87 ◦ blue 120

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

Shades of Comet #5A5778

Tints of Comet #5A5778

RGB

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

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

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

R = 30.3%
G = 29.29%
B = 40.4%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A5778 (or 0x5A5778) is known color: Comet. HEX triplet: 5A, 57 and 78. RGB value is (90,87,120). Sum of RGB (Red+Green+Blue) = 90+87+120=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A5778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5778 is #A5A887. Grayscale: #5B5B5B. Windows color (decimal): -10856584 or 7886682. OLE color: 7886682.

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

Color convert

RGB 90 87 120 -
CMYK 0.25 0.28 0 0.53
HSL 245.45º 0.16% 0.41% -
HSV(B) 245.45º 0.28% 0.47% -
XYZ 11.01 10.35 19.19 -
YUV 91.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 90 87 120 0.25 0.28 0 0.53 245.45 0.16 0.41
Hex 5A 57 78 19 1C 0 35 F5 10 29
Octal 132 127 170 31 34 0 65 365 20 51
Binary 1011010 1010111 1111000 11001 11100 0 110101 11110101 10000 101001

Color Harmonies of #5A5778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5778

Black with #5A5778

Text Example


Text Example

White with #5A5778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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