Html Css Color HEX #585675 Comet

📋 copy color: '#585675'

red 88 ◦ green 86 ◦ blue 117

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

Shades of Comet #585675

Tints of Comet #585675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

 BLUE value IS 117 (46.09% from 255) = 40.21%

R = 30.24%
G = 29.55%
B = 40.21%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585675 (or 0x585675) is known color: Comet. HEX triplet: 58, 56 and 75. RGB value is (88,86,117). Sum of RGB (Red+Green+Blue) = 88+86+117=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #585675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585675 is #A7A98A. Grayscale: #5A5A5A. Windows color (decimal): -10987915 or 7689816. OLE color: 7689816.

HSL color Cylindrical-coordinate representation of color #585675: hue angle of 243.87º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #585675 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 86 117 -
CMYK 0.25 0.26 0 0.54
HSL 243.87º 0.15% 0.4% -
HSV(B) 243.87º 0.26% 0.46% -
XYZ 10.56 10.01 18.21 -
YUV 90.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 88 86 117 0.25 0.26 0 0.54 243.87 0.15 0.4
Hex 58 56 75 19 1A 0 36 F4 F 28
Octal 130 126 165 31 32 0 66 364 17 50
Binary 1011000 1010110 1110101 11001 11010 0 110110 11110100 1111 101000

Color Harmonies of #585675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585675

Black with #585675

Text Example


Text Example

White with #585675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585675; }

 p { color: rgb(88,86,117); }

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

background-color css

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

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

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

border-color css

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

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

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