#657EAD

Color #657EAD Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #657EAD

Tints of Ship Cove #657EAD

Color information

#657EAD (or 0x657EAD) is unknown color: approx Ship Cove. HEX triplet: 65, 7E and AD. RGB value is (101,126,173). Sum of RGB (Red+Green+Blue) = 101+126+173=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #657EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657EAD is #9A8152. Grayscale: #7B7B7B. Windows color (decimal): -10125651 or 11370085. OLE color: 11370085.

HSL color Cylindrical-coordinate representation of color #657EAD: hue angle of 219.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #657EAD is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101126173-
CMYK0.420.2700.32
HSL219.17º30.51%53.73%-
HSV(B)219.17º41.62%67.84%-
XYZ20.3720.7142.46-
YUV123.88155.72111.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=25.25%
G=31.5%
B=43.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011261730.420.2700.32219.1730.5153.73
Hex657EAD2A1B020db1f36
Octal14517625552330403333766
Binary11001011111110101011011010101101101000001101101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657EAD; }

 p { color: rgb(101,126,173); }

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

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

 a { background-color: rgb(101,126,173); }

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

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

 span { border-color: rgb(101,126,173); }

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