Html Css Color HEX #585881 Comet

📋 copy color: '#585881'

red 88 ◦ green 88 ◦ blue 129

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

Shades of Comet #585881

Tints of Comet #585881

RGB

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

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

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

R = 28.85%
G = 28.85%
B = 42.3%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#585881 (or 0x585881) is known color: Comet. HEX triplet: 58, 58 and 81. RGB value is (88,88,129). Sum of RGB (Red+Green+Blue) = 88+88+129=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #585881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585881 is #A7A77E. Grayscale: #5C5C5C. Windows color (decimal): -10987391 or 8476760. OLE color: 8476760.

HSL color Cylindrical-coordinate representation of color #585881: hue angle of 240º 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 #585881 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 88 129 -
CMYK 0.32 0.32 0 0.49
HSL 240º 0.19% 0.43% -
HSV(B) 240º 0.32% 0.51% -
XYZ 11.48 10.64 22.22 -
YUV 92.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 88 88 129 0.32 0.32 0 0.49 240 0.19 0.43
Hex 58 58 81 20 20 0 31 F0 13 2B
Octal 130 130 201 40 40 0 61 360 23 53
Binary 1011000 1011000 10000001 100000 100000 0 110001 11110000 10011 101011

Color Harmonies of #585881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585881

Black with #585881

Text Example


Text Example

White with #585881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585881; }

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

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

background-color css

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

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

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

border-color css

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

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

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