Html Css Color HEX #585E7D Comet

📋 copy color: '#585E7D'

red 88 ◦ green 94 ◦ blue 125

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

Shades of Comet #585E7D

Tints of Comet #585E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.62%

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 28.66%
G = 30.62%
B = 40.72%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#585E7D (or 0x585E7D) is known color: Comet. HEX triplet: 58, 5E and 7D. RGB value is (88,94,125). Sum of RGB (Red+Green+Blue) = 88+94+125=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #585E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E7D is #A7A182. Grayscale: #5F5F5F. Windows color (decimal): -10985859 or 8216152. OLE color: 8216152.

HSL color Cylindrical-coordinate representation of color #585E7D: hue angle of 230.27º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #585E7D is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 94 125 -
CMYK 0.30 0.25 0 0.51
HSL 230.27º 0.17% 0.42% -
HSV(B) 230.27º 0.3% 0.49% -
XYZ 11.73 11.56 21.02 -
YUV 95.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 88 94 125 0.30 0.25 0 0.51 230.27 0.17 0.42
Hex 58 5E 7D 1E 19 0 33 E6 11 2A
Octal 130 136 175 36 31 0 63 346 21 52
Binary 1011000 1011110 1111101 11110 11001 0 110011 11100110 10001 101010

Color Harmonies of #585E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E7D

Black with #585E7D

Text Example


Text Example

White with #585E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,94,125); }

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

background-color css

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

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

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

border-color css

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

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

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