#657CAB

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

Shades of Ship Cove #657CAB

Tints of Ship Cove #657CAB

Color information

#657CAB (or 0x657CAB) is unknown color: approx Ship Cove. HEX triplet: 65, 7C and AB. RGB value is (101,124,171). Sum of RGB (Red+Green+Blue) = 101+124+171=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #657CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657CAB is #9A8354. Grayscale: #7A7A7A. Windows color (decimal): -10126165 or 11238501. OLE color: 11238501.

HSL color Cylindrical-coordinate representation of color #657CAB: hue angle of 220.29º 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 #657CAB is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101124171-
CMYK0.410.2700.33
HSL220.29º29.41%53.33%-
HSV(B)220.29º40.94%67.06%-
XYZ19.9320.1241.36-
YUV122.48155.38112.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.51%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=25.51%
G=31.31%
B=43.18%

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
Decimal1011241710.410.2700.33220.2929.4153.33
Hex657CAB291B021dc1d35
Octal14517425351330413343565
Binary11001011111100101010111010011101101000011101110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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