Html Css Color HEX #586871 Mid Grey

📋 copy color: '#586871'

red 88 ◦ green 104 ◦ blue 113

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

Shades of Mid Grey #586871

Tints of Mid Grey #586871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 28.85%
G = 34.1%
B = 37.05%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#586871 (or 0x586871) is known color: Mid Grey. HEX triplet: 58, 68 and 71. RGB value is (88,104,113). Sum of RGB (Red+Green+Blue) = 88+104+113=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #586871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586871 is #A7978E. Grayscale: #646464. Windows color (decimal): -10983311 or 7432280. OLE color: 7432280.

HSL color Cylindrical-coordinate representation of color #586871: hue angle of 201.6º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #586871 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 104 113 -
CMYK 0.22 0.08 0 0.56
HSL 201.6º 0.12% 0.39% -
HSV(B) 201.6º 0.22% 0.44% -
XYZ 11.96 13.17 17.53 -
YUV 100.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 88 104 113 0.22 0.08 0 0.56 201.6 0.12 0.39
Hex 58 68 71 16 8 0 38 CA C 27
Octal 130 150 161 26 10 0 70 312 14 47
Binary 1011000 1101000 1110001 10110 1000 0 111000 11001010 1100 100111

Color Harmonies of #586871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586871

Black with #586871

Text Example


Text Example

White with #586871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586871; }

 p { color: rgb(88,104,113); }

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

background-color css

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

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

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

border-color css

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

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

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