Html Css Color HEX #585869 Comet

📋 copy color: '#585869'

red 88 ◦ green 88 ◦ blue 105

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

Shades of Comet #585869

Tints of Comet #585869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.32%

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

R = 31.32%
G = 31.32%
B = 37.37%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#585869 (or 0x585869) is known color: Comet. HEX triplet: 58, 58 and 69. RGB value is (88,88,105). Sum of RGB (Red+Green+Blue) = 88+88+105=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: blue. Hex color #585869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585869 is #A7A796. Grayscale: #595959. Windows color (decimal): -10987415 or 6903896. OLE color: 6903896.

HSL color Cylindrical-coordinate representation of color #585869: hue angle of 240º 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 #585869 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 88 105 -
CMYK 0.16 0.16 0 0.59
HSL 240º 0.09% 0.38% -
HSV(B) 240º 0.16% 0.41% -
XYZ 10.06 10.07 14.78 -
YUV 89.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 88 88 105 0.16 0.16 0 0.59 240 0.09 0.38
Hex 58 58 69 10 10 0 3B F0 9 26
Octal 130 130 151 20 20 0 73 360 11 46
Binary 1011000 1011000 1101001 10000 10000 0 111011 11110000 1001 100110

Color Harmonies of #585869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585869

Black with #585869

Text Example


Text Example

White with #585869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585869; }

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

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

background-color css

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

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

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

border-color css

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

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

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