Html Css Color HEX #5674BE Havelock Blue

📋 copy color: '#5674BE'

red 86 ◦ green 116 ◦ blue 190

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

Shades of Havelock Blue #5674BE

Tints of Havelock Blue #5674BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.59%

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

R = 21.94%
G = 29.59%
B = 48.47%

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

#5674BE (or 0x5674BE) is known color: Havelock Blue. HEX triplet: 56, 74 and BE. RGB value is (86,116,190). Sum of RGB (Red+Green+Blue) = 86+116+190=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #5674BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5674BE is #A98B41. Grayscale: #737373. Windows color (decimal): -11111234 or 12481622. OLE color: 12481622.

HSL color Cylindrical-coordinate representation of color #5674BE: hue angle of 222.69º 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 #5674BE is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 116 190 -
CMYK 0.55 0.39 0 0.25
HSL 222.69º 0.44% 0.54% -
HSV(B) 222.69º 0.55% 0.75% -
XYZ 19.38 18.19 51.2 -
YUV 115.47 170.06 106.98 -
System Red Green Blue C M Y K H S L
Decimal 86 116 190 0.55 0.39 0 0.25 222.69 0.44 0.54
Hex 56 74 BE 37 27 0 19 DF 2C 36
Octal 126 164 276 67 47 0 31 337 54 66
Binary 1010110 1110100 10111110 110111 100111 0 11001 11011111 101100 110110

Color Harmonies of #5674BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5674BE

Black with #5674BE

Text Example


Text Example

White with #5674BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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