Html Css Color HEX #5670CC Havelock Blue

📋 copy color: '#5670CC'

red 86 ◦ green 112 ◦ blue 204

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

Shades of Havelock Blue #5670CC

Tints of Havelock Blue #5670CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

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

R = 21.39%
G = 27.86%
B = 50.75%

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

#5670CC (or 0x5670CC) is known color: Havelock Blue. HEX triplet: 56, 70 and CC. RGB value is (86,112,204). Sum of RGB (Red+Green+Blue) = 86+112+204=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #5670CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5670CC is #A98F33. Grayscale: #727272. Windows color (decimal): -11112244 or 13398102. OLE color: 13398102.

HSL color Cylindrical-coordinate representation of color #5670CC: hue angle of 226.78º 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 #5670CC is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 112 204 -
CMYK 0.58 0.45 0 0.2
HSL 226.78º 0.54% 0.57% -
HSV(B) 226.78º 0.58% 0.8% -
XYZ 20.53 17.93 59.5 -
YUV 114.71 178.39 107.52 -
System Red Green Blue C M Y K H S L
Decimal 86 112 204 0.58 0.45 0 0.2 226.78 0.54 0.57
Hex 56 70 CC 3A 2D 0 14 E3 36 39
Octal 126 160 314 72 55 0 24 343 66 71
Binary 1010110 1110000 11001100 111010 101101 0 10100 11100011 110110 111001

Color Harmonies of #5670CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5670CC

Black with #5670CC

Text Example


Text Example

White with #5670CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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