#518ACF

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

Shades of Havelock Blue #518ACF

Tints of Havelock Blue #518ACF

Color information

#518ACF (or 0x518ACF) is unknown color: approx Havelock Blue. HEX triplet: 51, 8A and CF. RGB value is (81,138,207). Sum of RGB (Red+Green+Blue) = 81+138+207=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #518ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ACF is #AE7530. Grayscale: #808080. Windows color (decimal): -11433265 or 13601361. OLE color: 13601361.

HSL color Cylindrical-coordinate representation of color #518ACF: hue angle of 212.86º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518ACF is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81138207-
CMYK0.610.3300.19
HSL212.86º56.76%56.47%-
HSV(B)212.86º60.87%81.18%-
XYZ23.7424.4362.5-
YUV128.82172.1293.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.01%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 207 (81.25% from 255) = 48.59%
R=19.01%
G=32.39%
B=48.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811382070.610.3300.19212.8656.7656.47
Hex518ACF3D21013d53938
Octal12121231775410233257170
Binary1010001100010101100111111110110000101001111010101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518ACF; }

 p { color: rgb(81,138,207); }

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

<style>
 a { background-color: #518ACF; }

 a { background-color: rgb(81,138,207); }

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

<style>
 span { border-color: #518ACF; }

 span { border-color: rgb(81,138,207); }

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