#507FC6

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

Shades of Havelock Blue #507FC6

Tints of Havelock Blue #507FC6

Color information

#507FC6 (or 0x507FC6) is unknown color: approx Havelock Blue. HEX triplet: 50, 7F and C6. RGB value is (80,127,198). Sum of RGB (Red+Green+Blue) = 80+127+198=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #507FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FC6 is #AF8039. Grayscale: #787878. Windows color (decimal): -11501626 or 13008720. OLE color: 13008720.

HSL color Cylindrical-coordinate representation of color #507FC6: hue angle of 216.1º degrees, saturation: 0.51, 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 #507FC6 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80127198-
CMYK0.600.3600.22
HSL216.1º50.86%54.51%-
HSV(B)216.1º59.6%77.65%-
XYZ21.0920.9656.36-
YUV121.04171.4398.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 198 (77.73% from 255) = 48.89%
R=19.75%
G=31.36%
B=48.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801271980.600.3600.22216.150.8654.51
Hex507FC63C24016d83337
Octal12017730674440263306367
Binary101000011111111100011011110010010001011011011000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,127,198); }

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

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

 a { background-color: rgb(80,127,198); }

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

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

 span { border-color: rgb(80,127,198); }

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