Html Css Color HEX #585C76 Comet

📋 copy color: '#585C76'

red 88 ◦ green 92 ◦ blue 118

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

Shades of Comet #585C76

Tints of Comet #585C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.87%

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

R = 29.53%
G = 30.87%
B = 39.6%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585C76 (or 0x585C76) is known color: Comet. HEX triplet: 58, 5C and 76. RGB value is (88,92,118). Sum of RGB (Red+Green+Blue) = 88+92+118=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #585C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C76 is #A7A389. Grayscale: #5D5D5D. Windows color (decimal): -10986378 or 7756888. OLE color: 7756888.

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

Color convert

RGB 88 92 118 -
CMYK 0.25 0.22 0 0.54
HSL 232º 0.15% 0.4% -
HSV(B) 232º 0.25% 0.46% -
XYZ 11.12 11.04 18.68 -
YUV 93.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 88 92 118 0.25 0.22 0 0.54 232 0.15 0.4
Hex 58 5C 76 19 16 0 36 E8 F 28
Octal 130 134 166 31 26 0 66 350 17 50
Binary 1011000 1011100 1110110 11001 10110 0 110110 11101000 1111 101000

Color Harmonies of #585C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C76

Black with #585C76

Text Example


Text Example

White with #585C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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