#657087

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

Shades of Waikawa Grey #657087

Tints of Waikawa Grey #657087

Color information

#657087 (or 0x657087) is unknown color: approx Waikawa Grey. HEX triplet: 65, 70 and 87. RGB value is (101,112,135). Sum of RGB (Red+Green+Blue) = 101+112+135=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #657087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657087 is #9A8F78. Grayscale: #6F6F6F. Windows color (decimal): -10129273 or 8876133. OLE color: 8876133.

HSL color Cylindrical-coordinate representation of color #657087: hue angle of 220.59º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #657087 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB101112135-
CMYK0.250.1700.47
HSL220.59º14.41%46.27%-
HSV(B)220.59º25.19%52.94%-
XYZ15.5316.125.21-
YUV111.33141.36120.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.02%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=29.02%
G=32.18%
B=38.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011121350.250.1700.47220.5914.4146.27
Hex657087191102Fdde2e
Octal14516020731210573351656
Binary110010111100001000011111001100010101111110111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657087; }

 p { color: rgb(101,112,135); }

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

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

 a { background-color: rgb(101,112,135); }

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

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

 span { border-color: rgb(101,112,135); }

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