Html Css Color HEX #5078C0 Havelock Blue

📋 copy color: '#5078C0'

red 80 ◦ green 120 ◦ blue 192

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

Shades of Havelock Blue #5078C0

Tints of Havelock Blue #5078C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 20.41%
G = 30.61%
B = 48.98%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5078C0 (or 0x5078C0) is known color: Havelock Blue. HEX triplet: 50, 78 and C0. RGB value is (80,120,192). Sum of RGB (Red+Green+Blue) = 80+120+192=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #5078C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078C0 is #AF873F. Grayscale: #737373. Windows color (decimal): -11503424 or 12613712. OLE color: 12613712.

HSL color Cylindrical-coordinate representation of color #5078C0: hue angle of 218.57º degrees, saturation: 0.47, 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 #5078C0 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 120 192 -
CMYK 0.58 0.38 0 0.25
HSL 218.57º 0.47% 0.53% -
HSV(B) 218.57º 0.58% 0.75% -
XYZ 19.54 18.94 52.5 -
YUV 116.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 80 120 192 0.58 0.38 0 0.25 218.57 0.47 0.53
Hex 50 78 C0 3A 26 0 19 DB 2F 35
Octal 120 170 300 72 46 0 31 333 57 65
Binary 1010000 1111000 11000000 111010 100110 0 11001 11011011 101111 110101

Color Harmonies of #5078C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5078C0

Black with #5078C0

Text Example


Text Example

White with #5078C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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