Html Css Color HEX #585864 Comet

📋 copy color: '#585864'

red 88 ◦ green 88 ◦ blue 100

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

Shades of Comet #585864

Tints of Comet #585864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 31.88%
G = 31.88%
B = 36.23%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#585864 (or 0x585864) is known color: Comet. HEX triplet: 58, 58 and 64. RGB value is (88,88,100). Sum of RGB (Red+Green+Blue) = 88+88+100=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 100 - color contains mainly: blue. Hex color #585864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585864 is #A7A79B. Grayscale: #595959. Windows color (decimal): -10987420 or 6576216. OLE color: 6576216.

HSL color Cylindrical-coordinate representation of color #585864: hue angle of 240º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #585864 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 88 100 -
CMYK 0.12 0.12 0 0.61
HSL 240º 0.06% 0.37% -
HSV(B) 240º 0.12% 0.39% -
XYZ 9.81 9.97 13.46 -
YUV 89.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 88 88 100 0.12 0.12 0 0.61 240 0.06 0.37
Hex 58 58 64 C C 0 3D F0 6 25
Octal 130 130 144 14 14 0 75 360 6 45
Binary 1011000 1011000 1100100 1100 1100 0 111101 11110000 110 100101

Color Harmonies of #585864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585864

Black with #585864

Text Example


Text Example

White with #585864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585864; }

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

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

background-color css

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

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

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

border-color css

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

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

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