Html Css Color HEX #506EBE Havelock Blue

📋 copy color: '#506EBE'

red 80 ◦ green 110 ◦ blue 190

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

Shades of Havelock Blue #506EBE

Tints of Havelock Blue #506EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.95%

 BLUE value IS 190 (74.61% from 255) = 50%

R = 21.05%
G = 28.95%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#506EBE (or 0x506EBE) is known color: Havelock Blue. HEX triplet: 50, 6E and BE. RGB value is (80,110,190). Sum of RGB (Red+Green+Blue) = 80+110+190=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #506EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506EBE is #AF9141. Grayscale: #6D6D6D. Windows color (decimal): -11505986 or 12480080. OLE color: 12480080.

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

Color convert

RGB 80 110 190 -
CMYK 0.58 0.42 0 0.25
HSL 223.64º 0.46% 0.53% -
HSV(B) 223.64º 0.58% 0.75% -
XYZ 18.18 16.58 50.96 -
YUV 110.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 80 110 190 0.58 0.42 0 0.25 223.64 0.46 0.53
Hex 50 6E BE 3A 2A 0 19 E0 2E 35
Octal 120 156 276 72 52 0 31 340 56 65
Binary 1010000 1101110 10111110 111010 101010 0 11001 11100000 101110 110101

Color Harmonies of #506EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506EBE

Black with #506EBE

Text Example


Text Example

White with #506EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506EBE; }

 p { color: rgb(80,110,190); }

 H1.HeaderClassName
 {
   color: #506EBE;
 }
 .AnyTagClassName
 {
   color: #506EBE;
 }
</style>

background-color css

<style>
 a { background-color: #506EBE; }

 a { background-color: rgb(80,110,190); }

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

border-color css

<style>
 span { border-color: #506EBE; }

 span { border-color: rgb(80,110,190); }

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