#70899E

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

Shades of Bermuda Grey #70899E

Tints of Bermuda Grey #70899E

Color information

#70899E (or 0x70899E) is unknown color: approx Bermuda Grey. HEX triplet: 70, 89 and 9E. RGB value is (112,137,158). Sum of RGB (Red+Green+Blue) = 112+137+158=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #70899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70899E is #8F7661. Grayscale: #838383. Windows color (decimal): -9401954 or 10389872. OLE color: 10389872.

HSL color Cylindrical-coordinate representation of color #70899E: hue angle of 207.39º 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 #70899E is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112137158-
CMYK0.290.1300.38
HSL207.39º19.17%52.94%-
HSV(B)207.39º29.11%61.96%-
XYZ21.823.835.79-
YUV131.92142.72113.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.52%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=27.52%
G=33.66%
B=38.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121371580.290.1300.38207.3919.1752.94
Hex70899E1DD026cf1335
Octal16021123635150463172365
Binary1110000100010011001111011101110101001101100111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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