Html Css Color HEX #517ACB Havelock Blue

📋 copy color: '#517ACB'

red 81 ◦ green 122 ◦ blue 203

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

Shades of Havelock Blue #517ACB

Tints of Havelock Blue #517ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50%

R = 19.95%
G = 30.05%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#517ACB (or 0x517ACB) is known color: Havelock Blue. HEX triplet: 51, 7A and CB. RGB value is (81,122,203). Sum of RGB (Red+Green+Blue) = 81+122+203=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #517ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517ACB is #AE8534. Grayscale: #767676. Windows color (decimal): -11437365 or 13335121. OLE color: 13335121.

HSL color Cylindrical-coordinate representation of color #517ACB: hue angle of 219.84º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #517ACB is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 122 203 -
CMYK 0.60 0.40 0 0.20
HSL 219.84º 0.54% 0.56% -
HSV(B) 219.84º 0.6% 0.8% -
XYZ 21.13 19.98 59.24 -
YUV 118.98 175.42 100.91 -
System Red Green Blue C M Y K H S L
Decimal 81 122 203 0.60 0.40 0 0.20 219.84 0.54 0.56
Hex 51 7A CB 3C 28 0 14 DC 36 38
Octal 121 172 313 74 50 0 24 334 66 70
Binary 1010001 1111010 11001011 111100 101000 0 10100 11011100 110110 111000

Color Harmonies of #517ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517ACB

Black with #517ACB

Text Example


Text Example

White with #517ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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