Html Css Color HEX #585778 Comet

📋 copy color: '#585778'

red 88 ◦ green 87 ◦ blue 120

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

Shades of Comet #585778

Tints of Comet #585778

RGB

 RED value IS 88 (34.77% from 255) = 29.83%

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

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

R = 29.83%
G = 29.49%
B = 40.68%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585778 (or 0x585778) is known color: Comet. HEX triplet: 58, 57 and 78. RGB value is (88,87,120). Sum of RGB (Red+Green+Blue) = 88+87+120=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #585778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585778 is #A7A887. Grayscale: #5A5A5A. Windows color (decimal): -10987656 or 7886680. OLE color: 7886680.

HSL color Cylindrical-coordinate representation of color #585778: hue angle of 241.82º 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 #585778 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 87 120 -
CMYK 0.27 0.28 0 0.53
HSL 241.82º 0.16% 0.41% -
HSV(B) 241.82º 0.28% 0.47% -
XYZ 10.82 10.25 19.18 -
YUV 91.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 88 87 120 0.27 0.28 0 0.53 241.82 0.16 0.41
Hex 58 57 78 1B 1C 0 35 F2 10 29
Octal 130 127 170 33 34 0 65 362 20 51
Binary 1011000 1010111 1111000 11011 11100 0 110101 11110010 10000 101001

Color Harmonies of #585778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585778

Black with #585778

Text Example


Text Example

White with #585778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585778; }

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

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

background-color css

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

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

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

border-color css

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

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

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