#5485D5

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

Shades of Havelock Blue #5485D5

Tints of Havelock Blue #5485D5

Color information

#5485D5 (or 0x5485D5) is unknown color: approx Havelock Blue. HEX triplet: 54, 85 and D5. RGB value is (84,133,213). Sum of RGB (Red+Green+Blue) = 84+133+213=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #5485D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5485D5 is #AB7A2A. Grayscale: #7F7F7F. Windows color (decimal): -11237931 or 13993300. OLE color: 13993300.

HSL color Cylindrical-coordinate representation of color #5485D5: hue angle of 217.21º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5485D5 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84133213-
CMYK0.610.3800.16
HSL217.21º60.56%58.24%-
HSV(B)217.21º60.56%83.53%-
XYZ24.0523.4666.21-
YUV127.47176.2797-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.53%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 213 (83.59% from 255) = 49.53%
R=19.53%
G=30.93%
B=49.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841332130.610.3800.16217.2160.5658.24
Hex5485D53D26010d93d3a
Octal12420532575460203317572
Binary1010100100001011101010111110110011001000011011001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5485D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5485D5; }

 p { color: rgb(84,133,213); }

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

<style>
 a { background-color: #5485D5; }

 a { background-color: rgb(84,133,213); }

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

<style>
 span { border-color: #5485D5; }

 span { border-color: rgb(84,133,213); }

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