Html Css Color HEX #5A5878 Comet

📋 copy color: '#5A5878'

red 90 ◦ green 88 ◦ blue 120

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

Shades of Comet #5A5878

Tints of Comet #5A5878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

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

R = 30.2%
G = 29.53%
B = 40.27%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A5878 (or 0x5A5878) is known color: Comet. HEX triplet: 5A, 58 and 78. RGB value is (90,88,120). Sum of RGB (Red+Green+Blue) = 90+88+120=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A5878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5878 is #A5A787. Grayscale: #5C5C5C. Windows color (decimal): -10856328 or 7886938. OLE color: 7886938.

HSL color Cylindrical-coordinate representation of color #5A5878: hue angle of 243.75º degrees, saturation: 0.15, 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 #5A5878 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 88 120 -
CMYK 0.25 0.27 0 0.53
HSL 243.75º 0.15% 0.41% -
HSV(B) 243.75º 0.27% 0.47% -
XYZ 11.1 10.51 19.21 -
YUV 92.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 90 88 120 0.25 0.27 0 0.53 243.75 0.15 0.41
Hex 5A 58 78 19 1B 0 35 F4 F 29
Octal 132 130 170 31 33 0 65 364 17 51
Binary 1011010 1011000 1111000 11001 11011 0 110101 11110100 1111 101001

Color Harmonies of #5A5878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5878

Black with #5A5878

Text Example


Text Example

White with #5A5878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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