Html Css Color HEX #517ABC Havelock Blue

📋 copy color: '#517ABC'

red 81 ◦ green 122 ◦ blue 188

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

Shades of Havelock Blue #517ABC

Tints of Havelock Blue #517ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 20.72%
G = 31.2%
B = 48.08%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#517ABC (or 0x517ABC) is known color: Havelock Blue. HEX triplet: 51, 7A and BC. RGB value is (81,122,188). Sum of RGB (Red+Green+Blue) = 81+122+188=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #517ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ABC is #AE8543. Grayscale: #747474. Windows color (decimal): -11437380 or 12352081. OLE color: 12352081.

HSL color Cylindrical-coordinate representation of color #517ABC: hue angle of 217.01º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #517ABC is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 122 188 -
CMYK 0.57 0.35 0 0.26
HSL 217.01º 0.44% 0.53% -
HSV(B) 217.01º 0.57% 0.74% -
XYZ 19.43 19.3 50.28 -
YUV 117.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 81 122 188 0.57 0.35 0 0.26 217.01 0.44 0.53
Hex 51 7A BC 39 23 0 1A D9 2C 35
Octal 121 172 274 71 43 0 32 331 54 65
Binary 1010001 1111010 10111100 111001 100011 0 11010 11011001 101100 110101

Color Harmonies of #517ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517ABC

Black with #517ABC

Text Example


Text Example

White with #517ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517ABC; }

 p { color: rgb(81,122,188); }

 H1.HeaderClassName
 {
   color: #517ABC;
 }
 .AnyTagClassName
 {
   color: #517ABC;
 }
</style>

background-color css

<style>
 a { background-color: #517ABC; }

 a { background-color: rgb(81,122,188); }

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

border-color css

<style>
 span { border-color: #517ABC; }

 span { border-color: rgb(81,122,188); }

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