#70959E

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

Shades of Bermuda Grey #70959E

Tints of Bermuda Grey #70959E

Color information

#70959E (or 0x70959E) is unknown color: approx Bermuda Grey. HEX triplet: 70, 95 and 9E. RGB value is (112,149,158). Sum of RGB (Red+Green+Blue) = 112+149+158=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #70959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70959E is #8F6A61. Grayscale: #8A8A8A. Windows color (decimal): -9398882 or 10392944. OLE color: 10392944.

HSL color Cylindrical-coordinate representation of color #70959E: hue angle of 191.74º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70959E is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112149158-
CMYK0.290.0600.38
HSL191.74º19.17%52.94%-
HSV(B)191.74º29.11%61.96%-
XYZ23.627.4136.39-
YUV138.96138.74108.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=26.73%
G=35.56%
B=37.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121491580.290.0600.38191.7419.1752.94
Hex70959E1D6026c01335
Octal1602252363560463002365
Binary111000010010101100111101110111001001101100000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70959E; }

 p { color: rgb(112,149,158); }

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

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

 a { background-color: rgb(112,149,158); }

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

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

 span { border-color: rgb(112,149,158); }

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