#507BBB

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

Shades of Havelock Blue #507BBB

Tints of Havelock Blue #507BBB

Color information

#507BBB (or 0x507BBB) is unknown color: approx Havelock Blue. HEX triplet: 50, 7B and BB. RGB value is (80,123,187). Sum of RGB (Red+Green+Blue) = 80+123+187=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #507BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BBB is #AF8444. Grayscale: #757575. Windows color (decimal): -11502661 or 12286800. OLE color: 12286800.

HSL color Cylindrical-coordinate representation of color #507BBB: hue angle of 215.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507BBB is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80123187-
CMYK0.570.3400.27
HSL215.89º44.03%52.35%-
HSV(B)215.89º57.22%73.33%-
XYZ19.3619.4649.75-
YUV117.44167.25101.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.51%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=20.51%
G=31.54%
B=47.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801231870.570.3400.27215.8944.0352.35
Hex507BBB392201Bd82c34
Octal12017327371420333305464
Binary101000011110111011101111100110001001101111011000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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