Html Css Color HEX #5078CD Havelock Blue

📋 copy color: '#5078CD'

red 80 ◦ green 120 ◦ blue 205

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

Shades of Havelock Blue #5078CD

Tints of Havelock Blue #5078CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 19.75%
G = 29.63%
B = 50.62%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5078CD (or 0x5078CD) is known color: Havelock Blue. HEX triplet: 50, 78 and CD. RGB value is (80,120,205). Sum of RGB (Red+Green+Blue) = 80+120+205=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #5078CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078CD is #AF8732. Grayscale: #757575. Windows color (decimal): -11503411 or 13465680. OLE color: 13465680.

HSL color Cylindrical-coordinate representation of color #5078CD: hue angle of 220.8º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5078CD is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 120 205 -
CMYK 0.61 0.41 0 0.20
HSL 220.8º 0.56% 0.56% -
HSV(B) 220.8º 0.61% 0.8% -
XYZ 21.04 19.55 60.42 -
YUV 117.73 177.25 101.09 -
System Red Green Blue C M Y K H S L
Decimal 80 120 205 0.61 0.41 0 0.20 220.8 0.56 0.56
Hex 50 78 CD 3D 29 0 14 DD 38 38
Octal 120 170 315 75 51 0 24 335 70 70
Binary 1010000 1111000 11001101 111101 101001 0 10100 11011101 111000 111000

Color Harmonies of #5078CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5078CD

Black with #5078CD

Text Example


Text Example

White with #5078CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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