Html Css Color HEX #585E76 Comet

📋 copy color: '#585E76'

red 88 ◦ green 94 ◦ blue 118

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

Shades of Comet #585E76

Tints of Comet #585E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.33%

R = 29.33%
G = 31.33%
B = 39.33%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585E76 (or 0x585E76) is known color: Comet. HEX triplet: 58, 5E and 76. RGB value is (88,94,118). Sum of RGB (Red+Green+Blue) = 88+94+118=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #585E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E76 is #A7A189. Grayscale: #5E5E5E. Windows color (decimal): -10985866 or 7757400. OLE color: 7757400.

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

Color convert

RGB 88 94 118 -
CMYK 0.25 0.20 0 0.54
HSL 228º 0.15% 0.4% -
HSV(B) 228º 0.25% 0.46% -
XYZ 11.3 11.39 18.74 -
YUV 94.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 88 94 118 0.25 0.20 0 0.54 228 0.15 0.4
Hex 58 5E 76 19 14 0 36 E4 F 28
Octal 130 136 166 31 24 0 66 344 17 50
Binary 1011000 1011110 1110110 11001 10100 0 110110 11100100 1111 101000

Color Harmonies of #585E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E76

Black with #585E76

Text Example


Text Example

White with #585E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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