#5382BE

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

Shades of Havelock Blue #5382BE

Tints of Havelock Blue #5382BE

Color information

#5382BE (or 0x5382BE) is unknown color: approx Havelock Blue. HEX triplet: 53, 82 and BE. RGB value is (83,130,190). Sum of RGB (Red+Green+Blue) = 83+130+190=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #5382BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5382BE is #AC7D41. Grayscale: #7A7A7A. Windows color (decimal): -11304258 or 12485203. OLE color: 12485203.

HSL color Cylindrical-coordinate representation of color #5382BE: hue angle of 213.64º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5382BE is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83130190-
CMYK0.560.3200.25
HSL213.64º45.15%53.53%-
HSV(B)213.64º56.32%74.51%-
XYZ20.8421.5251.77-
YUV122.79165.9399.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.60%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=20.60%
G=32.26%
B=47.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831301900.560.3200.25213.6445.1553.53
Hex5382BE3820019d62d36
Octal12320227670400313265566
Binary1010011100000101011111011100010000001100111010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5382BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5382BE; }

 p { color: rgb(83,130,190); }

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

<style>
 a { background-color: #5382BE; }

 a { background-color: rgb(83,130,190); }

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

<style>
 span { border-color: #5382BE; }

 span { border-color: rgb(83,130,190); }

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