#5383BE

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

Shades of Havelock Blue #5383BE

Tints of Havelock Blue #5383BE

Color information

#5383BE (or 0x5383BE) is unknown color: approx Havelock Blue. HEX triplet: 53, 83 and BE. RGB value is (83,131,190). Sum of RGB (Red+Green+Blue) = 83+131+190=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #5383BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5383BE is #AC7C41. Grayscale: #7B7B7B. Windows color (decimal): -11304002 or 12485459. OLE color: 12485459.

HSL color Cylindrical-coordinate representation of color #5383BE: hue angle of 213.08º 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 #5383BE is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83131190-
CMYK0.560.3100.25
HSL213.08º45.15%53.53%-
HSV(B)213.08º56.32%74.51%-
XYZ20.9821.7951.82-
YUV123.37165.699.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.54%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=20.54%
G=32.43%
B=47.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831311900.560.3100.25213.0845.1553.53
Hex5383BE381F019d52d36
Octal12320327670370313255566
Binary101001110000011101111101110001111101100111010101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5383BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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