Html Css Color HEX #5071BF Havelock Blue

📋 copy color: '#5071BF'

red 80 ◦ green 113 ◦ blue 191

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

Shades of Havelock Blue #5071BF

Tints of Havelock Blue #5071BF

RGB

 RED value IS 80 (31.64% from 255) = 20.83%

 GREEN value IS 113 (44.53% from 255) = 29.43%

 BLUE value IS 191 (75% from 255) = 49.74%

R = 20.83%
G = 29.43%
B = 49.74%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5071BF (or 0x5071BF) is known color: Havelock Blue. HEX triplet: 50, 71 and BF. RGB value is (80,113,191). Sum of RGB (Red+Green+Blue) = 80+113+191=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #5071BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5071BF is #AF8E40. Grayscale: #6F6F6F. Windows color (decimal): -11505217 or 12546384. OLE color: 12546384.

HSL color Cylindrical-coordinate representation of color #5071BF: hue angle of 222.16º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5071BF is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 113 191 -
CMYK 0.58 0.41 0 0.25
HSL 222.16º 0.46% 0.53% -
HSV(B) 222.16º 0.58% 0.75% -
XYZ 18.62 17.28 51.64 -
YUV 112.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 80 113 191 0.58 0.41 0 0.25 222.16 0.46 0.53
Hex 50 71 BF 3A 29 0 19 DE 2E 35
Octal 120 161 277 72 51 0 31 336 56 65
Binary 1010000 1110001 10111111 111010 101001 0 11001 11011110 101110 110101

Color Harmonies of #5071BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5071BF

Black with #5071BF

Text Example


Text Example

White with #5071BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5071BF; }

 p { color: rgb(80,113,191); }

 H1.HeaderClassName
 {
   color: #5071BF;
 }
 .AnyTagClassName
 {
   color: #5071BF;
 }
</style>

background-color css

<style>
 a { background-color: #5071BF; }

 a { background-color: rgb(80,113,191); }

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

border-color css

<style>
 span { border-color: #5071BF; }

 span { border-color: rgb(80,113,191); }

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