#5084CC

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

Shades of Havelock Blue #5084CC

Tints of Havelock Blue #5084CC

Color information

#5084CC (or 0x5084CC) is unknown color: approx Havelock Blue. HEX triplet: 50, 84 and CC. RGB value is (80,132,204). Sum of RGB (Red+Green+Blue) = 80+132+204=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #5084CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5084CC is #AF7B33. Grayscale: #7C7C7C. Windows color (decimal): -11500340 or 13403216. OLE color: 13403216.

HSL color Cylindrical-coordinate representation of color #5084CC: hue angle of 214.84º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5084CC is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB80132204-
CMYK0.610.3500.2
HSL214.84º54.87%55.69%-
HSV(B)214.84º60.78%80%-
XYZ22.4622.5760.3-
YUV124.66172.7796.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.23%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=19.23%
G=31.73%
B=49.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal801322040.610.3500.2214.8454.8755.69
Hex5084CC3D23014d73738
Octal12020431475430243276770
Binary1010000100001001100110011110110001101010011010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5084CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5084CC; }

 p { color: rgb(80,132,204); }

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

<style>
 a { background-color: #5084CC; }

 a { background-color: rgb(80,132,204); }

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

<style>
 span { border-color: #5084CC; }

 span { border-color: rgb(80,132,204); }

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