Html Css Color HEX #5671CC Havelock Blue

📋 copy color: '#5671CC'

red 86 ◦ green 113 ◦ blue 204

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

Shades of Havelock Blue #5671CC

Tints of Havelock Blue #5671CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.04%

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 21.34%
G = 28.04%
B = 50.62%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5671CC (or 0x5671CC) is known color: Havelock Blue. HEX triplet: 56, 71 and CC. RGB value is (86,113,204). Sum of RGB (Red+Green+Blue) = 86+113+204=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #5671CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5671CC is #A98E33. Grayscale: #727272. Windows color (decimal): -11111988 or 13398358. OLE color: 13398358.

HSL color Cylindrical-coordinate representation of color #5671CC: hue angle of 226.27º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5671CC is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 113 204 -
CMYK 0.58 0.45 0 0.2
HSL 226.27º 0.54% 0.57% -
HSV(B) 226.27º 0.58% 0.8% -
XYZ 20.64 18.15 59.54 -
YUV 115.3 178.05 107.1 -
System Red Green Blue C M Y K H S L
Decimal 86 113 204 0.58 0.45 0 0.2 226.27 0.54 0.57
Hex 56 71 CC 3A 2D 0 14 E2 36 39
Octal 126 161 314 72 55 0 24 342 66 71
Binary 1010110 1110001 11001100 111010 101101 0 10100 11100010 110110 111001

Color Harmonies of #5671CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5671CC

Black with #5671CC

Text Example


Text Example

White with #5671CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5671CC; }

 p { color: rgb(86,113,204); }

 H1.HeaderClassName
 {
   color: #5671CC;
 }
 .AnyTagClassName
 {
   color: #5671CC;
 }
</style>

background-color css

<style>
 a { background-color: #5671CC; }

 a { background-color: rgb(86,113,204); }

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

border-color css

<style>
 span { border-color: #5671CC; }

 span { border-color: rgb(86,113,204); }

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