Html Css Color HEX #5684BD Havelock Blue

📋 copy color: '#5684BD'

red 86 ◦ green 132 ◦ blue 189

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

Shades of Havelock Blue #5684BD

Tints of Havelock Blue #5684BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 21.13%
G = 32.43%
B = 46.44%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5684BD (or 0x5684BD) is known color: Havelock Blue. HEX triplet: 56, 84 and BD. RGB value is (86,132,189). Sum of RGB (Red+Green+Blue) = 86+132+189=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #5684BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5684BD is #A97B42. Grayscale: #7C7C7C. Windows color (decimal): -11107139 or 12420182. OLE color: 12420182.

HSL color Cylindrical-coordinate representation of color #5684BD: hue angle of 213.2º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5684BD is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 132 189 -
CMYK 0.54 0.30 0 0.26
HSL 213.2º 0.44% 0.54% -
HSV(B) 213.2º 0.54% 0.74% -
XYZ 21.27 22.16 51.3 -
YUV 124.74 164.26 100.37 -
System Red Green Blue C M Y K H S L
Decimal 86 132 189 0.54 0.30 0 0.26 213.2 0.44 0.54
Hex 56 84 BD 36 1E 0 1A D5 2C 36
Octal 126 204 275 66 36 0 32 325 54 66
Binary 1010110 10000100 10111101 110110 11110 0 11010 11010101 101100 110110

Color Harmonies of #5684BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5684BD

Black with #5684BD

Text Example


Text Example

White with #5684BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5684BD; }

 p { color: rgb(86,132,189); }

 H1.HeaderClassName
 {
   color: #5684BD;
 }
 .AnyTagClassName
 {
   color: #5684BD;
 }
</style>

background-color css

<style>
 a { background-color: #5684BD; }

 a { background-color: rgb(86,132,189); }

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

border-color css

<style>
 span { border-color: #5684BD; }

 span { border-color: rgb(86,132,189); }

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