Html Css Color HEX #5685BA Havelock Blue

📋 copy color: '#5685BA'

red 86 ◦ green 133 ◦ blue 186

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

Shades of Havelock Blue #5685BA

Tints of Havelock Blue #5685BA

RGB

 RED value IS 86 (33.98% from 255) = 21.23%

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 21.23%
G = 32.84%
B = 45.93%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5685BA (or 0x5685BA) is known color: Havelock Blue. HEX triplet: 56, 85 and BA. RGB value is (86,133,186). Sum of RGB (Red+Green+Blue) = 86+133+186=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #5685BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5685BA is #A97A45. Grayscale: #7C7C7C. Windows color (decimal): -11106886 or 12223830. OLE color: 12223830.

HSL color Cylindrical-coordinate representation of color #5685BA: hue angle of 211.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5685BA is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 133 186 -
CMYK 0.54 0.28 0 0.27
HSL 211.8º 0.42% 0.53% -
HSV(B) 211.8º 0.54% 0.73% -
XYZ 21.09 22.3 49.65 -
YUV 124.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 86 133 186 0.54 0.28 0 0.27 211.8 0.42 0.53
Hex 56 85 BA 36 1C 0 1B D4 2A 35
Octal 126 205 272 66 34 0 33 324 52 65
Binary 1010110 10000101 10111010 110110 11100 0 11011 11010100 101010 110101

Color Harmonies of #5685BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5685BA

Black with #5685BA

Text Example


Text Example

White with #5685BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5685BA; }

 p { color: rgb(86,133,186); }

 H1.HeaderClassName
 {
   color: #5685BA;
 }
 .AnyTagClassName
 {
   color: #5685BA;
 }
</style>

background-color css

<style>
 a { background-color: #5685BA; }

 a { background-color: rgb(86,133,186); }

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

border-color css

<style>
 span { border-color: #5685BA; }

 span { border-color: rgb(86,133,186); }

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