#657DAD

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

Shades of Ship Cove #657DAD

Tints of Ship Cove #657DAD

Color information

#657DAD (or 0x657DAD) is unknown color: approx Ship Cove. HEX triplet: 65, 7D and AD. RGB value is (101,125,173). Sum of RGB (Red+Green+Blue) = 101+125+173=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #657DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657DAD is #9A8252. Grayscale: #7B7B7B. Windows color (decimal): -10125907 or 11369829. OLE color: 11369829.

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

Color convert

RGB101125173-
CMYK0.420.2800.32
HSL220º30.51%53.73%-
HSV(B)220º41.62%67.84%-
XYZ20.2420.4542.42-
YUV123.3156.05112.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=25.31%
G=31.33%
B=43.36%

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
Decimal1011251730.420.2800.3222030.5153.73
Hex657DAD2A1C020dc1f36
Octal14517525552340403343766
Binary11001011111101101011011010101110001000001101110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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