#518AC4

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

Shades of Havelock Blue #518AC4

Tints of Havelock Blue #518AC4

Color information

#518AC4 (or 0x518AC4) is unknown color: approx Havelock Blue. HEX triplet: 51, 8A and C4. RGB value is (81,138,196). Sum of RGB (Red+Green+Blue) = 81+138+196=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 196 - color contains mainly: blue. Hex color #518AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AC4 is #AE753B. Grayscale: #7F7F7F. Windows color (decimal): -11433276 or 12880465. OLE color: 12880465.

HSL color Cylindrical-coordinate representation of color #518AC4: hue angle of 210.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #518AC4 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81138196-
CMYK0.590.3000.23
HSL210.26º49.36%54.31%-
HSV(B)210.26º58.67%76.86%-
XYZ22.4523.9155.66-
YUV127.57166.6294.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.52%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 196 (76.95% from 255) = 47.23%
R=19.52%
G=33.25%
B=47.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811381960.590.3000.23210.2649.3654.31
Hex518AC43B1E017d23136
Octal12121230473360273226166
Binary101000110001010110001001110111111001011111010010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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