Html Css Color HEX #585D82 Comet

📋 copy color: '#585D82'

red 88 ◦ green 93 ◦ blue 130

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

Shades of Comet #585D82

Tints of Comet #585D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.8%

R = 28.3%
G = 29.9%
B = 41.8%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#585D82 (or 0x585D82) is known color: Comet. HEX triplet: 58, 5D and 82. RGB value is (88,93,130). Sum of RGB (Red+Green+Blue) = 88+93+130=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #585D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D82 is #A7A27D. Grayscale: #5F5F5F. Windows color (decimal): -10986110 or 8543576. OLE color: 8543576.

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

Color convert

RGB 88 93 130 -
CMYK 0.32 0.28 0 0.49
HSL 232.86º 0.19% 0.43% -
HSV(B) 232.86º 0.32% 0.51% -
XYZ 11.97 11.52 22.71 -
YUV 95.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 88 93 130 0.32 0.28 0 0.49 232.86 0.19 0.43
Hex 58 5D 82 20 1C 0 31 E9 13 2B
Octal 130 135 202 40 34 0 61 351 23 53
Binary 1011000 1011101 10000010 100000 11100 0 110001 11101001 10011 101011

Color Harmonies of #585D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D82

Black with #585D82

Text Example


Text Example

White with #585D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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