Html Css Color HEX #585D75 Comet

📋 copy color: '#585D75'

red 88 ◦ green 93 ◦ blue 117

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

Shades of Comet #585D75

Tints of Comet #585D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.21%

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

R = 29.53%
G = 31.21%
B = 39.26%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585D75 (or 0x585D75) is known color: Comet. HEX triplet: 58, 5D and 75. RGB value is (88,93,117). Sum of RGB (Red+Green+Blue) = 88+93+117=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #585D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D75 is #A7A28A. Grayscale: #5E5E5E. Windows color (decimal): -10986123 or 7691608. OLE color: 7691608.

HSL color Cylindrical-coordinate representation of color #585D75: hue angle of 229.66º 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 #585D75 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 93 117 -
CMYK 0.25 0.21 0 0.54
HSL 229.66º 0.14% 0.4% -
HSV(B) 229.66º 0.25% 0.46% -
XYZ 11.15 11.19 18.4 -
YUV 94.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 88 93 117 0.25 0.21 0 0.54 229.66 0.14 0.4
Hex 58 5D 75 19 15 0 36 E6 E 28
Octal 130 135 165 31 25 0 66 346 16 50
Binary 1011000 1011101 1110101 11001 10101 0 110110 11100110 1110 101000

Color Harmonies of #585D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D75

Black with #585D75

Text Example


Text Example

White with #585D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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