Html Css Color HEX #5386BC Havelock Blue

📋 copy color: '#5386BC'

red 83 ◦ green 134 ◦ blue 188

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

Shades of Havelock Blue #5386BC

Tints of Havelock Blue #5386BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 20.49%
G = 33.09%
B = 46.42%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5386BC (or 0x5386BC) is known color: Havelock Blue. HEX triplet: 53, 86 and BC. RGB value is (83,134,188). Sum of RGB (Red+Green+Blue) = 83+134+188=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #5386BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5386BC is #AC7943. Grayscale: #7C7C7C. Windows color (decimal): -11303236 or 12355155. OLE color: 12355155.

HSL color Cylindrical-coordinate representation of color #5386BC: hue angle of 210.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5386BC is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 134 188 -
CMYK 0.56 0.29 0 0.26
HSL 210.86º 0.44% 0.53% -
HSV(B) 210.86º 0.56% 0.74% -
XYZ 21.17 22.52 50.81 -
YUV 124.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 83 134 188 0.56 0.29 0 0.26 210.86 0.44 0.53
Hex 53 86 BC 38 1D 0 1A D3 2C 35
Octal 123 206 274 70 35 0 32 323 54 65
Binary 1010011 10000110 10111100 111000 11101 0 11010 11010011 101100 110101

Color Harmonies of #5386BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5386BC

Black with #5386BC

Text Example


Text Example

White with #5386BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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