Html Css Color HEX #585981 Comet

📋 copy color: '#585981'

red 88 ◦ green 89 ◦ blue 129

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

Shades of Comet #585981

Tints of Comet #585981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 28.76%
G = 29.08%
B = 42.16%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#585981 (or 0x585981) is known color: Comet. HEX triplet: 58, 59 and 81. RGB value is (88,89,129). Sum of RGB (Red+Green+Blue) = 88+89+129=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #585981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585981 is #A7A67E. Grayscale: #5D5D5D. Windows color (decimal): -10987135 or 8477016. OLE color: 8477016.

HSL color Cylindrical-coordinate representation of color #585981: hue angle of 238.54º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #585981 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 89 129 -
CMYK 0.32 0.31 0 0.49
HSL 238.54º 0.19% 0.43% -
HSV(B) 238.54º 0.32% 0.51% -
XYZ 11.56 10.8 22.25 -
YUV 93.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 88 89 129 0.32 0.31 0 0.49 238.54 0.19 0.43
Hex 58 59 81 20 1F 0 31 EF 13 2B
Octal 130 131 201 40 37 0 61 357 23 53
Binary 1011000 1011001 10000001 100000 11111 0 110001 11101111 10011 101011

Color Harmonies of #585981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585981

Black with #585981

Text Example


Text Example

White with #585981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585981; }

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

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

background-color css

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

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

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

border-color css

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

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

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