#568BD1

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

Shades of Havelock Blue #568BD1

Tints of Havelock Blue #568BD1

Color information

#568BD1 (or 0x568BD1) is unknown color: approx Havelock Blue. HEX triplet: 56, 8B and D1. RGB value is (86,139,209). Sum of RGB (Red+Green+Blue) = 86+139+209=434 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.82% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #568BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BD1 is #A9742E. Grayscale: #828282. Windows color (decimal): -11105327 or 13732694. OLE color: 13732694.

HSL color Cylindrical-coordinate representation of color #568BD1: hue angle of 214.15º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #568BD1 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB86139209-
CMYK0.590.3300.18
HSL214.15º57.21%57.84%-
HSV(B)214.15º58.85%81.96%-
XYZ24.5825.0563.86-
YUV131.13171.9495.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.82%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 209 (82.03% from 255) = 48.16%
R=19.82%
G=32.03%
B=48.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861392090.590.3300.18214.1557.2157.84
Hex568BD13B21012d6393a
Octal12621332173410223267172
Binary1010110100010111101000111101110000101001011010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568BD1; }

 p { color: rgb(86,139,209); }

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

<style>
 a { background-color: #568BD1; }

 a { background-color: rgb(86,139,209); }

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

<style>
 span { border-color: #568BD1; }

 span { border-color: rgb(86,139,209); }

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