Html Css Color HEX #585F82 Comet

📋 copy color: '#585F82'

red 88 ◦ green 95 ◦ blue 130

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

Shades of Comet #585F82

Tints of Comet #585F82

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.35%

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

R = 28.12%
G = 30.35%
B = 41.53%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#585F82 (or 0x585F82) is known color: Comet. HEX triplet: 58, 5F and 82. RGB value is (88,95,130). Sum of RGB (Red+Green+Blue) = 88+95+130=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #585F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585F82 is #A7A07D. Grayscale: #606060. Windows color (decimal): -10985598 or 8544088. OLE color: 8544088.

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

Color convert

RGB 88 95 130 -
CMYK 0.32 0.27 0 0.49
HSL 230º 0.19% 0.43% -
HSV(B) 230º 0.32% 0.51% -
XYZ 12.15 11.87 22.77 -
YUV 96.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 88 95 130 0.32 0.27 0 0.49 230 0.19 0.43
Hex 58 5F 82 20 1B 0 31 E6 13 2B
Octal 130 137 202 40 33 0 61 346 23 53
Binary 1011000 1011111 10000010 100000 11011 0 110001 11100110 10011 101011

Color Harmonies of #585F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F82

Black with #585F82

Text Example


Text Example

White with #585F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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