Html Css Color HEX #5685BD Havelock Blue

📋 copy color: '#5685BD'

red 86 ◦ green 133 ◦ blue 189

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

Shades of Havelock Blue #5685BD

Tints of Havelock Blue #5685BD

RGB

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

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

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

R = 21.08%
G = 32.6%
B = 46.32%

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

#5685BD (or 0x5685BD) is known color: Havelock Blue. HEX triplet: 56, 85 and BD. RGB value is (86,133,189). Sum of RGB (Red+Green+Blue) = 86+133+189=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #5685BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5685BD is #A97A42. Grayscale: #7D7D7D. Windows color (decimal): -11106883 or 12420438. OLE color: 12420438.

HSL color Cylindrical-coordinate representation of color #5685BD: hue angle of 212.62º 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 #5685BD is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 133 189 -
CMYK 0.54 0.30 0 0.26
HSL 212.62º 0.44% 0.54% -
HSV(B) 212.62º 0.54% 0.74% -
XYZ 21.41 22.43 51.34 -
YUV 125.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 86 133 189 0.54 0.30 0 0.26 212.62 0.44 0.54
Hex 56 85 BD 36 1E 0 1A D5 2C 36
Octal 126 205 275 66 36 0 32 325 54 66
Binary 1010110 10000101 10111101 110110 11110 0 11010 11010101 101100 110110

Color Harmonies of #5685BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5685BD

Black with #5685BD

Text Example


Text Example

White with #5685BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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