Html Css Color HEX #5683BF Havelock Blue

📋 copy color: '#5683BF'

red 86 ◦ green 131 ◦ blue 191

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

Shades of Havelock Blue #5683BF

Tints of Havelock Blue #5683BF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.11%

 BLUE value IS 191 (75% from 255) = 46.81%

R = 21.08%
G = 32.11%
B = 46.81%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5683BF (or 0x5683BF) is known color: Havelock Blue. HEX triplet: 56, 83 and BF. RGB value is (86,131,191). Sum of RGB (Red+Green+Blue) = 86+131+191=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #5683BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5683BF is #A97C40. Grayscale: #7C7C7C. Windows color (decimal): -11107393 or 12550998. OLE color: 12550998.

HSL color Cylindrical-coordinate representation of color #5683BF: hue angle of 214.29º degrees, saturation: 0.45, 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 #5683BF is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 131 191 -
CMYK 0.55 0.31 0 0.25
HSL 214.29º 0.45% 0.54% -
HSV(B) 214.29º 0.55% 0.75% -
XYZ 21.36 21.97 52.41 -
YUV 124.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 86 131 191 0.55 0.31 0 0.25 214.29 0.45 0.54
Hex 56 83 BF 37 1F 0 19 D6 2D 36
Octal 126 203 277 67 37 0 31 326 55 66
Binary 1010110 10000011 10111111 110111 11111 0 11001 11010110 101101 110110

Color Harmonies of #5683BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5683BF

Black with #5683BF

Text Example


Text Example

White with #5683BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5683BF; }

 p { color: rgb(86,131,191); }

 H1.HeaderClassName
 {
   color: #5683BF;
 }
 .AnyTagClassName
 {
   color: #5683BF;
 }
</style>

background-color css

<style>
 a { background-color: #5683BF; }

 a { background-color: rgb(86,131,191); }

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

border-color css

<style>
 span { border-color: #5683BF; }

 span { border-color: rgb(86,131,191); }

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