Html Css Color HEX #518ACA Havelock Blue

📋 copy color: '#518ACA'

red 81 ◦ green 138 ◦ blue 202

#518ACA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #518ACA

Tints of Havelock Blue #518ACA

RGB

 RED value IS 81 (32.03% from 255) = 19.24%

 GREEN value IS 138 (54.3% from 255) = 32.78%

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 19.24%
G = 32.78%
B = 47.98%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#518ACA (or 0x518ACA) is known color: Havelock Blue. HEX triplet: 51, 8A and CA. RGB value is (81,138,202). Sum of RGB (Red+Green+Blue) = 81+138+202=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #518ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ACA is #AE7535. Grayscale: #7F7F7F. Windows color (decimal): -11433270 or 13273681. OLE color: 13273681.

HSL color Cylindrical-coordinate representation of color #518ACA: hue angle of 211.74º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518ACA is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 138 202 -
CMYK 0.60 0.32 0 0.21
HSL 211.74º 0.53% 0.55% -
HSV(B) 211.74º 0.6% 0.79% -
XYZ 23.14 24.19 59.33 -
YUV 128.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 81 138 202 0.60 0.32 0 0.21 211.74 0.53 0.55
Hex 51 8A CA 3C 20 0 15 D4 35 37
Octal 121 212 312 74 40 0 25 324 65 67
Binary 1010001 10001010 11001010 111100 100000 0 10101 11010100 110101 110111

Color Harmonies of #518ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ACA

Black with #518ACA

Text Example


Text Example

White with #518ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #518ACA;
 }
 .AnyTagClassName
 {
   color: #518ACA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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