Html Css Color HEX #585A6E Comet

📋 copy color: '#585A6E'

red 88 ◦ green 90 ◦ blue 110

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

Shades of Comet #585A6E

Tints of Comet #585A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.19%

R = 30.56%
G = 31.25%
B = 38.19%

CMYK

 C value IS 0.2

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#585A6E (or 0x585A6E) is known color: Comet. HEX triplet: 58, 5A and 6E. RGB value is (88,90,110). Sum of RGB (Red+Green+Blue) = 88+90+110=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 110 - color contains mainly: blue. Hex color #585A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A6E is #A7A591. Grayscale: #5B5B5B. Windows color (decimal): -10986898 or 7232088. OLE color: 7232088.

HSL color Cylindrical-coordinate representation of color #585A6E: hue angle of 234.55º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #585A6E is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 90 110 -
CMYK 0.2 0.18 0 0.57
HSL 234.55º 0.11% 0.39% -
HSV(B) 234.55º 0.2% 0.43% -
XYZ 10.5 10.51 16.23 -
YUV 91.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 88 90 110 0.2 0.18 0 0.57 234.55 0.11 0.39
Hex 58 5A 6E 14 12 0 39 EB B 27
Octal 130 132 156 24 22 0 71 353 13 47
Binary 1011000 1011010 1101110 10100 10010 0 111001 11101011 1011 100111

Color Harmonies of #585A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A6E

Black with #585A6E

Text Example


Text Example

White with #585A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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