Html Css Color HEX #5673BE Havelock Blue

📋 copy color: '#5673BE'

red 86 ◦ green 115 ◦ blue 190

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

Shades of Havelock Blue #5673BE

Tints of Havelock Blue #5673BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 21.99%
G = 29.41%
B = 48.59%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5673BE (or 0x5673BE) is known color: Havelock Blue. HEX triplet: 56, 73 and BE. RGB value is (86,115,190). Sum of RGB (Red+Green+Blue) = 86+115+190=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #5673BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5673BE is #A98C41. Grayscale: #727272. Windows color (decimal): -11111490 or 12481366. OLE color: 12481366.

HSL color Cylindrical-coordinate representation of color #5673BE: hue angle of 223.27º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5673BE is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 115 190 -
CMYK 0.55 0.39 0 0.25
HSL 223.27º 0.44% 0.54% -
HSV(B) 223.27º 0.55% 0.75% -
XYZ 19.26 17.96 51.17 -
YUV 114.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 86 115 190 0.55 0.39 0 0.25 223.27 0.44 0.54
Hex 56 73 BE 37 27 0 19 DF 2C 36
Octal 126 163 276 67 47 0 31 337 54 66
Binary 1010110 1110011 10111110 110111 100111 0 11001 11011111 101100 110110

Color Harmonies of #5673BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5673BE

Black with #5673BE

Text Example


Text Example

White with #5673BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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