Html Css Color HEX #506EC3 Havelock Blue

📋 copy color: '#506EC3'

red 80 ◦ green 110 ◦ blue 195

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

Shades of Havelock Blue #506EC3

Tints of Havelock Blue #506EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.65%

R = 20.78%
G = 28.57%
B = 50.65%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#506EC3 (or 0x506EC3) is known color: Havelock Blue. HEX triplet: 50, 6E and C3. RGB value is (80,110,195). Sum of RGB (Red+Green+Blue) = 80+110+195=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #506EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506EC3 is #AF913C. Grayscale: #6E6E6E. Windows color (decimal): -11505981 or 12807760. OLE color: 12807760.

HSL color Cylindrical-coordinate representation of color #506EC3: hue angle of 224.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #506EC3 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 110 195 -
CMYK 0.59 0.44 0 0.24
HSL 224.35º 0.49% 0.54% -
HSV(B) 224.35º 0.59% 0.76% -
XYZ 18.73 16.8 53.88 -
YUV 110.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 80 110 195 0.59 0.44 0 0.24 224.35 0.49 0.54
Hex 50 6E C3 3B 2C 0 18 E0 31 36
Octal 120 156 303 73 54 0 30 340 61 66
Binary 1010000 1101110 11000011 111011 101100 0 11000 11100000 110001 110110

Color Harmonies of #506EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506EC3

Black with #506EC3

Text Example


Text Example

White with #506EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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