Html Css Color HEX #585D80 Comet

📋 copy color: '#585D80'

red 88 ◦ green 93 ◦ blue 128

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

Shades of Comet #585D80

Tints of Comet #585D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 28.48%
G = 30.1%
B = 41.42%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#585D80 (or 0x585D80) is known color: Comet. HEX triplet: 58, 5D and 80. RGB value is (88,93,128). Sum of RGB (Red+Green+Blue) = 88+93+128=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #585D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D80 is #A7A27F. Grayscale: #5F5F5F. Windows color (decimal): -10986112 or 8412504. OLE color: 8412504.

HSL color Cylindrical-coordinate representation of color #585D80: hue angle of 232.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #585D80 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 93 128 -
CMYK 0.31 0.27 0 0.50
HSL 232.5º 0.19% 0.42% -
HSV(B) 232.5º 0.31% 0.5% -
XYZ 11.84 11.46 22.01 -
YUV 95.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 88 93 128 0.31 0.27 0 0.50 232.5 0.19 0.42
Hex 58 5D 80 1F 1B 0 32 E8 13 2A
Octal 130 135 200 37 33 0 62 350 23 52
Binary 1011000 1011101 10000000 11111 11011 0 110010 11101000 10011 101010

Color Harmonies of #585D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D80

Black with #585D80

Text Example


Text Example

White with #585D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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