Html Css Color HEX #5085BF Havelock Blue

📋 copy color: '#5085BF'

red 80 ◦ green 133 ◦ blue 191

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

Shades of Havelock Blue #5085BF

Tints of Havelock Blue #5085BF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

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

R = 19.8%
G = 32.92%
B = 47.28%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5085BF (or 0x5085BF) is known color: Havelock Blue. HEX triplet: 50, 85 and BF. RGB value is (80,133,191). Sum of RGB (Red+Green+Blue) = 80+133+191=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #5085BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5085BF is #AF7A40. Grayscale: #7B7B7B. Windows color (decimal): -11500097 or 12551504. OLE color: 12551504.

HSL color Cylindrical-coordinate representation of color #5085BF: hue angle of 211.35º 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 #5085BF is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 133 191 -
CMYK 0.58 0.30 0 0.25
HSL 211.35º 0.46% 0.53% -
HSV(B) 211.35º 0.58% 0.75% -
XYZ 21.1 22.24 52.47 -
YUV 123.77 165.94 96.78 -
System Red Green Blue C M Y K H S L
Decimal 80 133 191 0.58 0.30 0 0.25 211.35 0.46 0.53
Hex 50 85 BF 3A 1E 0 19 D3 2E 35
Octal 120 205 277 72 36 0 31 323 56 65
Binary 1010000 10000101 10111111 111010 11110 0 11001 11010011 101110 110101

Color Harmonies of #5085BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5085BF

Black with #5085BF

Text Example


Text Example

White with #5085BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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