Html Css Color HEX #585A69 Comet

📋 copy color: '#585A69'

red 88 ◦ green 90 ◦ blue 105

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

Shades of Comet #585A69

Tints of Comet #585A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 31.1%
G = 31.8%
B = 37.1%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#585A69 (or 0x585A69) is known color: Comet. HEX triplet: 58, 5A and 69. RGB value is (88,90,105). Sum of RGB (Red+Green+Blue) = 88+90+105=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #585A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A69 is #A7A596. Grayscale: #5B5B5B. Windows color (decimal): -10986903 or 6904408. OLE color: 6904408.

HSL color Cylindrical-coordinate representation of color #585A69: hue angle of 232.94º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #585A69 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 90 105 -
CMYK 0.16 0.14 0 0.59
HSL 232.94º 0.09% 0.38% -
HSV(B) 232.94º 0.16% 0.41% -
XYZ 10.23 10.41 14.83 -
YUV 91.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 88 90 105 0.16 0.14 0 0.59 232.94 0.09 0.38
Hex 58 5A 69 10 E 0 3B E9 9 26
Octal 130 132 151 20 16 0 73 351 11 46
Binary 1011000 1011010 1101001 10000 1110 0 111011 11101001 1001 100110

Color Harmonies of #585A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A69

Black with #585A69

Text Example


Text Example

White with #585A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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