#585C6A

Color #585C6A Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #585C6A

Tints of Bright Grey #585C6A

Color information

#585C6A (or 0x585C6A) is unknown color: approx Bright Grey. HEX triplet: 58, 5C and 6A. RGB value is (88,92,106). Sum of RGB (Red+Green+Blue) = 88+92+106=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 106 - color contains mainly: blue. Hex color #585C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C6A is #A7A395. Grayscale: #5C5C5C. Windows color (decimal): -10986390 or 6970456. OLE color: 6970456.

HSL color Cylindrical-coordinate representation of color #585C6A: hue angle of 226.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #585C6A is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8892106-
CMYK0.170.1300.58
HSL226.67º9.28%38.04%-
HSV(B)226.67º16.98%41.57%-
XYZ10.4510.7715.16-
YUV92.4135.67124.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.77%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=30.77%
G=32.17%
B=37.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88921060.170.1300.58226.679.2838.04
Hex585C6A11D03Ae3926
Octal13013415221150723431146
Binary1011000101110011010101000111010111010111000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585C6A; }

 p { color: rgb(88,92,106); }

 H1.HeaderClassName
 {
   color: #585C6A;
 }
 .AnyTagClassName
 {
   color: #585C6A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #585C6A;
 }
 .BgClassName
 {
   background-color: #585C6A;
 }
</style>
border-color css

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

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

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