Html Css Color HEX #585875 Comet

📋 copy color: '#585875'

red 88 ◦ green 88 ◦ blue 117

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

Shades of Comet #585875

Tints of Comet #585875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 30.03%
G = 30.03%
B = 39.93%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585875 (or 0x585875) is known color: Comet. HEX triplet: 58, 58 and 75. RGB value is (88,88,117). Sum of RGB (Red+Green+Blue) = 88+88+117=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #585875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585875 is #A7A78A. Grayscale: #5B5B5B. Windows color (decimal): -10987403 or 7690328. OLE color: 7690328.

HSL color Cylindrical-coordinate representation of color #585875: hue angle of 240º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585875 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 88 117 -
CMYK 0.25 0.25 0 0.54
HSL 240º 0.14% 0.4% -
HSV(B) 240º 0.25% 0.46% -
XYZ 10.73 10.34 18.26 -
YUV 91.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 88 88 117 0.25 0.25 0 0.54 240 0.14 0.4
Hex 58 58 75 19 19 0 36 F0 E 28
Octal 130 130 165 31 31 0 66 360 16 50
Binary 1011000 1011000 1110101 11001 11001 0 110110 11110000 1110 101000

Color Harmonies of #585875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585875

Black with #585875

Text Example


Text Example

White with #585875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585875; }

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

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

background-color css

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

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

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

border-color css

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

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

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