#507ABB

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

Shades of Havelock Blue #507ABB

Tints of Havelock Blue #507ABB

Color information

#507ABB (or 0x507ABB) is unknown color: approx Havelock Blue. HEX triplet: 50, 7A and BB. RGB value is (80,122,187). Sum of RGB (Red+Green+Blue) = 80+122+187=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #507ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ABB is #AF8544. Grayscale: #747474. Windows color (decimal): -11502917 or 12286544. OLE color: 12286544.

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

Color convert

RGB80122187-
CMYK0.570.3500.27
HSL216.45º44.03%52.35%-
HSV(B)216.45º57.22%73.33%-
XYZ19.2419.2149.71-
YUV116.85167.59101.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.57%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 187 (73.44% from 255) = 48.07%
R=20.57%
G=31.36%
B=48.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801221870.570.3500.27216.4544.0352.35
Hex507ABB392301Bd82c34
Octal12017227371430333305464
Binary101000011110101011101111100110001101101111011000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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