#507BBF

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

Shades of Havelock Blue #507BBF

Tints of Havelock Blue #507BBF

Color information

#507BBF (or 0x507BBF) is unknown color: approx Havelock Blue. HEX triplet: 50, 7B and BF. RGB value is (80,123,191). Sum of RGB (Red+Green+Blue) = 80+123+191=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #507BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BBF is #AF8440. Grayscale: #757575. Windows color (decimal): -11502657 or 12548944. OLE color: 12548944.

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

Color convert

RGB80123191-
CMYK0.580.3600.25
HSL216.76º46.44%53.14%-
HSV(B)216.76º58.12%74.9%-
XYZ19.819.6352.04-
YUV117.9169.25100.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.30%
GREEN value IS 123 (48.44% from 255) = 31.22%
BLUE value IS 191 (75% from 255) = 48.48%
R=20.30%
G=31.22%
B=48.48%

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
Decimal801231910.580.3600.25216.7646.4453.14
Hex507BBF3A24019d92e35
Octal12017327772440313315665
Binary101000011110111011111111101010010001100111011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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