Html Css Color HEX #585978 Comet

📋 copy color: '#585978'

red 88 ◦ green 89 ◦ blue 120

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

Shades of Comet #585978

Tints of Comet #585978

RGB

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

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

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

R = 29.63%
G = 29.97%
B = 40.4%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585978 (or 0x585978) is known color: Comet. HEX triplet: 58, 59 and 78. RGB value is (88,89,120). Sum of RGB (Red+Green+Blue) = 88+89+120=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 89 (35.16% from 255 or 29.97% 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 #585978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585978 is #A7A687. Grayscale: #5C5C5C. Windows color (decimal): -10987144 or 7887192. OLE color: 7887192.

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

Color convert

RGB 88 89 120 -
CMYK 0.27 0.26 0 0.53
HSL 238.13º 0.15% 0.41% -
HSV(B) 238.13º 0.27% 0.47% -
XYZ 10.99 10.58 19.23 -
YUV 92.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 88 89 120 0.27 0.26 0 0.53 238.13 0.15 0.41
Hex 58 59 78 1B 1A 0 35 EE F 29
Octal 130 131 170 33 32 0 65 356 17 51
Binary 1011000 1011001 1111000 11011 11010 0 110101 11101110 1111 101001

Color Harmonies of #585978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585978

Black with #585978

Text Example


Text Example

White with #585978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585978; }

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

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

background-color css

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

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

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

border-color css

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

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

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