#657DAE

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

Shades of Ship Cove #657DAE

Tints of Ship Cove #657DAE

Color information

#657DAE (or 0x657DAE) is unknown color: approx Ship Cove. HEX triplet: 65, 7D and AE. RGB value is (101,125,174). Sum of RGB (Red+Green+Blue) = 101+125+174=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #657DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657DAE is #9A8251. Grayscale: #7B7B7B. Windows color (decimal): -10125906 or 11435365. OLE color: 11435365.

HSL color Cylindrical-coordinate representation of color #657DAE: hue angle of 220.27º 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 #657DAE is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101125174-
CMYK0.420.2800.32
HSL220.27º31.06%53.92%-
HSV(B)220.27º41.95%68.24%-
XYZ20.3420.4942.93-
YUV123.41156.55112.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 125 (49.22% from 255) = 31.25%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=25.25%
G=31.25%
B=43.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011251740.420.2800.32220.2731.0653.92
Hex657DAE2A1C020dc1f36
Octal14517525652340403343766
Binary11001011111101101011101010101110001000001101110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,125,174); }

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

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

 a { background-color: rgb(101,125,174); }

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

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

 span { border-color: rgb(101,125,174); }

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