Html Css Color HEX #5078BC Havelock Blue

📋 copy color: '#5078BC'

red 80 ◦ green 120 ◦ blue 188

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

Shades of Havelock Blue #5078BC

Tints of Havelock Blue #5078BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

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

R = 20.62%
G = 30.93%
B = 48.45%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5078BC (or 0x5078BC) is known color: Havelock Blue. HEX triplet: 50, 78 and BC. RGB value is (80,120,188). Sum of RGB (Red+Green+Blue) = 80+120+188=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #5078BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078BC is #AF8743. Grayscale: #737373. Windows color (decimal): -11503428 or 12351568. OLE color: 12351568.

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

Color convert

RGB 80 120 188 -
CMYK 0.57 0.36 0 0.26
HSL 217.78º 0.45% 0.53% -
HSV(B) 217.78º 0.57% 0.74% -
XYZ 19.1 18.77 50.19 -
YUV 115.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 80 120 188 0.57 0.36 0 0.26 217.78 0.45 0.53
Hex 50 78 BC 39 24 0 1A DA 2D 35
Octal 120 170 274 71 44 0 32 332 55 65
Binary 1010000 1111000 10111100 111001 100100 0 11010 11011010 101101 110101

Color Harmonies of #5078BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5078BC

Black with #5078BC

Text Example


Text Example

White with #5078BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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