Html Css Color HEX #585A76 Comet

📋 copy color: '#585A76'

red 88 ◦ green 90 ◦ blue 118

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

Shades of Comet #585A76

Tints of Comet #585A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

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

R = 29.73%
G = 30.41%
B = 39.86%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585A76 (or 0x585A76) is known color: Comet. HEX triplet: 58, 5A and 76. RGB value is (88,90,118). Sum of RGB (Red+Green+Blue) = 88+90+118=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #585A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A76 is #A7A589. Grayscale: #5C5C5C. Windows color (decimal): -10986890 or 7756376. OLE color: 7756376.

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

Color convert

RGB 88 90 118 -
CMYK 0.25 0.24 0 0.54
HSL 236º 0.15% 0.4% -
HSV(B) 236º 0.25% 0.46% -
XYZ 10.95 10.7 18.63 -
YUV 92.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 88 90 118 0.25 0.24 0 0.54 236 0.15 0.4
Hex 58 5A 76 19 18 0 36 EC F 28
Octal 130 132 166 31 30 0 66 354 17 50
Binary 1011000 1011010 1110110 11001 11000 0 110110 11101100 1111 101000

Color Harmonies of #585A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A76

Black with #585A76

Text Example


Text Example

White with #585A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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