#507ABF

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

Shades of Havelock Blue #507ABF

Tints of Havelock Blue #507ABF

Color information

#507ABF (or 0x507ABF) is unknown color: approx Havelock Blue. HEX triplet: 50, 7A and BF. RGB value is (80,122,191). Sum of RGB (Red+Green+Blue) = 80+122+191=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #507ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ABF is #AF8540. Grayscale: #747474. Windows color (decimal): -11502913 or 12548688. OLE color: 12548688.

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

Color convert

RGB80122191-
CMYK0.580.3600.25
HSL217.3º46.44%53.14%-
HSV(B)217.3º58.12%74.9%-
XYZ19.6719.3952-
YUV117.31169.59101.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 191 (75% from 255) = 48.60%
R=20.36%
G=31.04%
B=48.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801221910.580.3600.25217.346.4453.14
Hex507ABF3A24019d92e35
Octal12017227772440313315665
Binary101000011110101011111111101010010001100111011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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