Html Css Color HEX #5673BD Havelock Blue

📋 copy color: '#5673BD'

red 86 ◦ green 115 ◦ blue 189

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

Shades of Havelock Blue #5673BD

Tints of Havelock Blue #5673BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.49%

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

R = 22.05%
G = 29.49%
B = 48.46%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5673BD (or 0x5673BD) is known color: Havelock Blue. HEX triplet: 56, 73 and BD. RGB value is (86,115,189). Sum of RGB (Red+Green+Blue) = 86+115+189=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #5673BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5673BD is #A98C42. Grayscale: #727272. Windows color (decimal): -11111491 or 12415830. OLE color: 12415830.

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

Color convert

RGB 86 115 189 -
CMYK 0.54 0.39 0 0.26
HSL 223.11º 0.44% 0.54% -
HSV(B) 223.11º 0.54% 0.74% -
XYZ 19.15 17.91 50.59 -
YUV 114.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 86 115 189 0.54 0.39 0 0.26 223.11 0.44 0.54
Hex 56 73 BD 36 27 0 1A DF 2C 36
Octal 126 163 275 66 47 0 32 337 54 66
Binary 1010110 1110011 10111101 110110 100111 0 11010 11011111 101100 110110

Color Harmonies of #5673BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5673BD

Black with #5673BD

Text Example


Text Example

White with #5673BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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