Html Css Color HEX #5083BC Havelock Blue

📋 copy color: '#5083BC'

red 80 ◦ green 131 ◦ blue 188

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

Shades of Havelock Blue #5083BC

Tints of Havelock Blue #5083BC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

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

R = 20.05%
G = 32.83%
B = 47.12%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5083BC (or 0x5083BC) is known color: Havelock Blue. HEX triplet: 50, 83 and BC. RGB value is (80,131,188). Sum of RGB (Red+Green+Blue) = 80+131+188=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #5083BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5083BC is #AF7C43. Grayscale: #797979. Windows color (decimal): -11500612 or 12354384. OLE color: 12354384.

HSL color Cylindrical-coordinate representation of color #5083BC: hue angle of 211.67º degrees, saturation: 0.45, 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 #5083BC is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 131 188 -
CMYK 0.57 0.30 0 0.26
HSL 211.67º 0.45% 0.53% -
HSV(B) 211.67º 0.57% 0.74% -
XYZ 20.5 21.57 50.66 -
YUV 122.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 80 131 188 0.57 0.30 0 0.26 211.67 0.45 0.53
Hex 50 83 BC 39 1E 0 1A D4 2D 35
Octal 120 203 274 71 36 0 32 324 55 65
Binary 1010000 10000011 10111100 111001 11110 0 11010 11010100 101101 110101

Color Harmonies of #5083BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5083BC

Black with #5083BC

Text Example


Text Example

White with #5083BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5083BC; }

 p { color: rgb(80,131,188); }

 H1.HeaderClassName
 {
   color: #5083BC;
 }
 .AnyTagClassName
 {
   color: #5083BC;
 }
</style>

background-color css

<style>
 a { background-color: #5083BC; }

 a { background-color: rgb(80,131,188); }

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

border-color css

<style>
 span { border-color: #5083BC; }

 span { border-color: rgb(80,131,188); }

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