#859298

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

Shades of Aluminium #859298

Tints of Aluminium #859298

Color information

#859298 (or 0x859298) is unknown color: approx Aluminium. HEX triplet: 85, 92 and 98. RGB value is (133,146,152). Sum of RGB (Red+Green+Blue) = 133+146+152=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 152 - color contains mainly: blue. Hex color #859298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859298 is #7A6D67. Grayscale: #8E8E8E. Windows color (decimal): -8023400 or 9998981. OLE color: 9998981.

HSL color Cylindrical-coordinate representation of color #859298: hue angle of 198.95º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #859298 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB133146152-
CMYK0.130.0400.40
HSL198.95º8.44%55.88%-
HSV(B)198.95º12.5%59.61%-
XYZ25.6227.8133.72-
YUV142.8133.19121.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=30.86%
G=33.87%
B=35.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331461520.130.0400.40198.958.4455.88
Hex859298D4028c7838
Octal2052222301540503071070
Binary10000101100100101001100011011000101000110001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859298; }

 p { color: rgb(133,146,152); }

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

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

 a { background-color: rgb(133,146,152); }

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

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

 span { border-color: rgb(133,146,152); }

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