#657085

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

Shades of Waikawa Grey #657085

Tints of Waikawa Grey #657085

Color information

#657085 (or 0x657085) is unknown color: approx Waikawa Grey. HEX triplet: 65, 70 and 85. RGB value is (101,112,133). Sum of RGB (Red+Green+Blue) = 101+112+133=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #657085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657085 is #9A8F7A. Grayscale: #6F6F6F. Windows color (decimal): -10129275 or 8745061. OLE color: 8745061.

HSL color Cylindrical-coordinate representation of color #657085: hue angle of 219.38º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #657085 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101112133-
CMYK0.240.1600.48
HSL219.38º13.68%45.88%-
HSV(B)219.38º24.06%52.16%-
XYZ15.3916.0524.48-
YUV111.1140.36120.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=29.19%
G=32.37%
B=38.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011121330.240.1600.48219.3813.6845.88
Hex6570851810030dbe2e
Octal14516020530200603331656
Binary110010111100001000010111000100000110000110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657085; }

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

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

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

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

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

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

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

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