Html Css Color HEX #585865 Comet

📋 copy color: '#585865'

red 88 ◦ green 88 ◦ blue 101

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

Shades of Comet #585865

Tints of Comet #585865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 31.77%
G = 31.77%
B = 36.46%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#585865 (or 0x585865) is known color: Comet. HEX triplet: 58, 58 and 65. RGB value is (88,88,101). Sum of RGB (Red+Green+Blue) = 88+88+101=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #585865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585865 is #A7A79A. Grayscale: #595959. Windows color (decimal): -10987419 or 6641752. OLE color: 6641752.

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

Color convert

RGB 88 88 101 -
CMYK 0.13 0.13 0 0.60
HSL 240º 0.07% 0.37% -
HSV(B) 240º 0.13% 0.4% -
XYZ 9.86 9.99 13.72 -
YUV 89.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 88 88 101 0.13 0.13 0 0.60 240 0.07 0.37
Hex 58 58 65 D D 0 3C F0 7 25
Octal 130 130 145 15 15 0 74 360 7 45
Binary 1011000 1011000 1100101 1101 1101 0 111100 11110000 111 100101

Color Harmonies of #585865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585865

Black with #585865

Text Example


Text Example

White with #585865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585865; }

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

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

background-color css

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

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

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

border-color css

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

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

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