#507AB9

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

Shades of Havelock Blue #507AB9

Tints of Havelock Blue #507AB9

Color information

#507AB9 (or 0x507AB9) is unknown color: approx Havelock Blue. HEX triplet: 50, 7A and B9. RGB value is (80,122,185). Sum of RGB (Red+Green+Blue) = 80+122+185=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #507AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507AB9 is #AF8546. Grayscale: #747474. Windows color (decimal): -11502919 or 12155472. OLE color: 12155472.

HSL color Cylindrical-coordinate representation of color #507AB9: hue angle of 216º degrees, saturation: 0.43, 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 #507AB9 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80122185-
CMYK0.570.3400.27
HSL216º42.86%51.96%-
HSV(B)216º56.76%72.55%-
XYZ19.0219.1348.59-
YUV116.62166.59101.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.67%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 185 (72.66% from 255) = 47.80%
R=20.67%
G=31.52%
B=47.80%

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
Decimal801221850.570.3400.2721642.8651.96
Hex507AB9392201Bd82b34
Octal12017227171420333305364
Binary101000011110101011100111100110001001101111011000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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