#507DBC

Color #507DBC Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #507DBC

Tints of Havelock Blue #507DBC

Color information

#507DBC (or 0x507DBC) is unknown color: approx Havelock Blue. HEX triplet: 50, 7D and BC. RGB value is (80,125,188). Sum of RGB (Red+Green+Blue) = 80+125+188=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #507DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DBC is #AF8243. Grayscale: #767676. Windows color (decimal): -11502148 or 12352848. OLE color: 12352848.

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

Color convert

RGB80125188-
CMYK0.570.3400.26
HSL215º44.63%52.55%-
HSV(B)215º57.45%73.73%-
XYZ19.722050.4-
YUV118.73167.09100.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 125 (49.22% from 255) = 31.81%
BLUE value IS 188 (73.83% from 255) = 47.84%
R=20.36%
G=31.81%
B=47.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801251880.570.3400.2621544.6352.55
Hex507DBC392201Ad72d35
Octal12017527471420323275565
Binary101000011111011011110011100110001001101011010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507DBC; }

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

 H1.HeaderClassName
 {
   color: #507DBC;
 }
 .AnyTagClassName
 {
   color: #507DBC;
 }
</style>
background-color css

<style>
 a { background-color: #507DBC; }

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

 div.DivClassName
 {
   background-color: #507DBC;
 }
 .BgClassName
 {
   background-color: #507DBC;
 }
</style>
border-color css

<style>
 span { border-color: #507DBC; }

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

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