Html Css Color HEX #5683BE Havelock Blue

📋 copy color: '#5683BE'

red 86 ◦ green 131 ◦ blue 190

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

Shades of Havelock Blue #5683BE

Tints of Havelock Blue #5683BE

RGB

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

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

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

R = 21.13%
G = 32.19%
B = 46.68%

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

#5683BE (or 0x5683BE) is known color: Havelock Blue. HEX triplet: 56, 83 and BE. RGB value is (86,131,190). Sum of RGB (Red+Green+Blue) = 86+131+190=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #5683BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5683BE is #A97C41. Grayscale: #7B7B7B. Windows color (decimal): -11107394 or 12485462. OLE color: 12485462.

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

Color convert

RGB 86 131 190 -
CMYK 0.55 0.31 0 0.25
HSL 214.04º 0.44% 0.54% -
HSV(B) 214.04º 0.55% 0.75% -
XYZ 21.25 21.93 51.83 -
YUV 124.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 86 131 190 0.55 0.31 0 0.25 214.04 0.44 0.54
Hex 56 83 BE 37 1F 0 19 D6 2C 36
Octal 126 203 276 67 37 0 31 326 54 66
Binary 1010110 10000011 10111110 110111 11111 0 11001 11010110 101100 110110

Color Harmonies of #5683BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5683BE

Black with #5683BE

Text Example


Text Example

White with #5683BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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