#657DAB

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

Shades of Ship Cove #657DAB

Tints of Ship Cove #657DAB

Color information

#657DAB (or 0x657DAB) is unknown color: approx Ship Cove. HEX triplet: 65, 7D and AB. RGB value is (101,125,171). Sum of RGB (Red+Green+Blue) = 101+125+171=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #657DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657DAB is #9A8254. Grayscale: #7A7A7A. Windows color (decimal): -10125909 or 11238757. OLE color: 11238757.

HSL color Cylindrical-coordinate representation of color #657DAB: hue angle of 219.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #657DAB is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101125171-
CMYK0.410.2700.33
HSL219.43º29.41%53.33%-
HSV(B)219.43º40.94%67.06%-
XYZ20.0520.3741.4-
YUV123.07155.05112.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=25.44%
G=31.49%
B=43.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011251710.410.2700.33219.4329.4153.33
Hex657DAB291B021db1d35
Octal14517525351330413333565
Binary11001011111101101010111010011101101000011101101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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