#859093

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

Shades of Regent Grey #859093

Tints of Regent Grey #859093

Color information

#859093 (or 0x859093) is unknown color: approx Regent Grey. HEX triplet: 85, 90 and 93. RGB value is (133,144,147). Sum of RGB (Red+Green+Blue) = 133+144+147=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 147 - color contains mainly: blue. Hex color #859093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859093 is #7A6F6C. Grayscale: #8D8D8D. Windows color (decimal): -8023917 or 9670789. OLE color: 9670789.

HSL color Cylindrical-coordinate representation of color #859093: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #859093 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133144147-
CMYK0.100.0200.42
HSL192.86º6.09%54.9%-
HSV(B)192.86º9.52%57.65%-
XYZ24.9127.0431.51-
YUV141.05131.36122.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=31.37%
G=33.96%
B=34.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331441470.100.0200.42192.866.0954.9
Hex859093A202Ac1637
Octal205220223122052301667
Binary100001011001000010010011101010010101011000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859093; }

 p { color: rgb(133,144,147); }

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

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

 a { background-color: rgb(133,144,147); }

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

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

 span { border-color: rgb(133,144,147); }

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