#657EAC

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

Shades of Ship Cove #657EAC

Tints of Ship Cove #657EAC

Color information

#657EAC (or 0x657EAC) is unknown color: approx Ship Cove. HEX triplet: 65, 7E and AC. RGB value is (101,126,172). Sum of RGB (Red+Green+Blue) = 101+126+172=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #657EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657EAC is #9A8153. Grayscale: #7B7B7B. Windows color (decimal): -10125652 or 11304549. OLE color: 11304549.

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

Color convert

RGB101126172-
CMYK0.410.2700.33
HSL218.87º29.96%53.53%-
HSV(B)218.87º41.28%67.45%-
XYZ20.2720.6741.95-
YUV123.77155.22111.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=25.31%
G=31.58%
B=43.11%

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
Decimal1011261720.410.2700.33218.8729.9653.53
Hex657EAC291B021db1e36
Octal14517625451330413333666
Binary11001011111110101011001010011101101000011101101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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