#657287

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

Shades of Waikawa Grey #657287

Tints of Waikawa Grey #657287

Color information

#657287 (or 0x657287) is unknown color: approx Waikawa Grey. HEX triplet: 65, 72 and 87. RGB value is (101,114,135). Sum of RGB (Red+Green+Blue) = 101+114+135=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #657287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657287 is #9A8D78. Grayscale: #707070. Windows color (decimal): -10128761 or 8876645. OLE color: 8876645.

HSL color Cylindrical-coordinate representation of color #657287: hue angle of 217.06º 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 #657287 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB101114135-
CMYK0.250.1600.47
HSL217.06º14.41%46.27%-
HSV(B)217.06º25.19%52.94%-
XYZ15.7616.5525.29-
YUV112.51140.69119.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.86%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 135 (53.12% from 255) = 38.57%
R=28.86%
G=32.57%
B=38.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011141350.250.1600.47217.0614.4146.27
Hex657287191002Fd9e2e
Octal14516220731200573311656
Binary110010111100101000011111001100000101111110110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657287; }

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

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

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

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

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

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

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

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