#507AC7

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

Shades of Havelock Blue #507AC7

Tints of Havelock Blue #507AC7

Color information

#507AC7 (or 0x507AC7) is unknown color: approx Havelock Blue. HEX triplet: 50, 7A and C7. RGB value is (80,122,199). Sum of RGB (Red+Green+Blue) = 80+122+199=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 199 (78.12% from 255 or 49.63% from 401); Max value from RGB is 199 - color contains mainly: blue. Hex color #507AC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507AC7 is #AF8538. Grayscale: #757575. Windows color (decimal): -11502905 or 13072976. OLE color: 13072976.

HSL color Cylindrical-coordinate representation of color #507AC7: hue angle of 218.82º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #507AC7 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80122199-
CMYK0.600.3900.22
HSL218.82º51.52%54.71%-
HSV(B)218.82º59.8%78.04%-
XYZ20.5819.7556.76-
YUV118.22173.59100.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.95%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 199 (78.12% from 255) = 49.63%
R=19.95%
G=30.42%
B=49.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801221990.600.3900.22218.8251.5254.71
Hex507AC73C27016db3437
Octal12017230774470263336467
Binary101000011110101100011111110010011101011011011011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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