#507CBF

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

Shades of Havelock Blue #507CBF

Tints of Havelock Blue #507CBF

Color information

#507CBF (or 0x507CBF) is unknown color: approx Havelock Blue. HEX triplet: 50, 7C and BF. RGB value is (80,124,191). Sum of RGB (Red+Green+Blue) = 80+124+191=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #507CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CBF is #AF8340. Grayscale: #767676. Windows color (decimal): -11502401 or 12549200. OLE color: 12549200.

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

Color convert

RGB80124191-
CMYK0.580.3500.25
HSL216.22º46.44%53.14%-
HSV(B)216.22º58.12%74.9%-
XYZ19.9219.8852.08-
YUV118.48168.92100.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 191 (75% from 255) = 48.35%
R=20.25%
G=31.39%
B=48.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801241910.580.3500.25216.2246.4453.14
Hex507CBF3A23019d82e35
Octal12017427772430313305665
Binary101000011111001011111111101010001101100111011000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,124,191); }

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

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

 a { background-color: rgb(80,124,191); }

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

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

 span { border-color: rgb(80,124,191); }

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