#657ED5

Color #657ED5 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #657ED5

Tints of Havelock Blue #657ED5

Color information

#657ED5 (or 0x657ED5) is unknown color: approx Havelock Blue. HEX triplet: 65, 7E and D5. RGB value is (101,126,213). Sum of RGB (Red+Green+Blue) = 101+126+213=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #657ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657ED5 is #9A812A. Grayscale: #808080. Windows color (decimal): -10125611 or 13991525. OLE color: 13991525.

HSL color Cylindrical-coordinate representation of color #657ED5: hue angle of 226.61º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #657ED5 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101126213-
CMYK0.530.4100.16
HSL226.61º57.14%61.57%-
HSV(B)226.61º52.58%83.53%-
XYZ24.8422.4965.98-
YUV128.44175.72108.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 213 (83.59% from 255) = 48.41%
R=22.95%
G=28.64%
B=48.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1011262130.530.4100.16226.6157.1461.57
Hex657ED53529010e3393e
Octal14517632565510203437176
Binary110010111111101101010111010110100101000011100011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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