#5074BB

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

Shades of Havelock Blue #5074BB

Tints of Havelock Blue #5074BB

Color information

#5074BB (or 0x5074BB) is unknown color: approx Havelock Blue. HEX triplet: 50, 74 and BB. RGB value is (80,116,187). Sum of RGB (Red+Green+Blue) = 80+116+187=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #5074BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5074BB is #AF8B44. Grayscale: #717171. Windows color (decimal): -11504453 or 12285008. OLE color: 12285008.

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

Color convert

RGB80116187-
CMYK0.570.3800.27
HSL219.81º44.03%52.35%-
HSV(B)219.81º57.22%73.33%-
XYZ18.5217.7849.47-
YUV113.33169.57104.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=20.89%
G=30.29%
B=48.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801161870.570.3800.27219.8144.0352.35
Hex5074BB392601Bdc2c34
Octal12016427371460333345464
Binary101000011101001011101111100110011001101111011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5074BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5074BB; }

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

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

<style>
 a { background-color: #5074BB; }

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

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

<style>
 span { border-color: #5074BB; }

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

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