#585B69

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

Shades of Bright Grey #585B69

Tints of Bright Grey #585B69

Color information

#585B69 (or 0x585B69) is unknown color: approx Bright Grey. HEX triplet: 58, 5B and 69. RGB value is (88,91,105). Sum of RGB (Red+Green+Blue) = 88+91+105=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #585B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B69 is #A7A496. Grayscale: #5B5B5B. Windows color (decimal): -10986647 or 6904664. OLE color: 6904664.

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

Color convert

RGB8891105-
CMYK0.160.1300.59
HSL229.41º8.81%37.84%-
HSV(B)229.41º16.19%41.18%-
XYZ10.3210.5814.86-
YUV91.7135.51125.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=30.99%
G=32.04%
B=36.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88911050.160.1300.59229.418.8137.84
Hex585B6910D03Be5926
Octal13013315120150733451146
Binary1011000101101111010011000011010111011111001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,91,105); }

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

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

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

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

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

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

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