Html Css Color HEX #5386BE Havelock Blue

📋 copy color: '#5386BE'

red 83 ◦ green 134 ◦ blue 190

#5386BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5386BE

Tints of Havelock Blue #5386BE

RGB

 RED value IS 83 (32.81% from 255) = 20.39%

 GREEN value IS 134 (52.73% from 255) = 32.92%

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 20.39%
G = 32.92%
B = 46.68%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5386BE (or 0x5386BE) is known color: Havelock Blue. HEX triplet: 53, 86 and BE. RGB value is (83,134,190). Sum of RGB (Red+Green+Blue) = 83+134+190=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #5386BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5386BE is #AC7941. Grayscale: #7C7C7C. Windows color (decimal): -11303234 or 12486227. OLE color: 12486227.

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

Color convert

RGB 83 134 190 -
CMYK 0.56 0.29 0 0.25
HSL 211.4º 0.45% 0.54% -
HSV(B) 211.4º 0.56% 0.75% -
XYZ 21.39 22.61 51.95 -
YUV 125.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 83 134 190 0.56 0.29 0 0.25 211.4 0.45 0.54
Hex 53 86 BE 38 1D 0 19 D3 2D 36
Octal 123 206 276 70 35 0 31 323 55 66
Binary 1010011 10000110 10111110 111000 11101 0 11001 11010011 101101 110110

Color Harmonies of #5386BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5386BE

Black with #5386BE

Text Example


Text Example

White with #5386BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5386BE;
 }
 .AnyTagClassName
 {
   color: #5386BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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