Html Css Color HEX #5687C1 Havelock Blue

📋 copy color: '#5687C1'

red 86 ◦ green 135 ◦ blue 193

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

Shades of Havelock Blue #5687C1

Tints of Havelock Blue #5687C1

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.61%

 BLUE value IS 193 (75.78% from 255) = 46.62%

R = 20.77%
G = 32.61%
B = 46.62%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5687C1 (or 0x5687C1) is known color: Havelock Blue. HEX triplet: 56, 87 and C1. RGB value is (86,135,193). Sum of RGB (Red+Green+Blue) = 86+135+193=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #5687C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5687C1 is #A9783E. Grayscale: #7E7E7E. Windows color (decimal): -11106367 or 12683094. OLE color: 12683094.

HSL color Cylindrical-coordinate representation of color #5687C1: hue angle of 212.52º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5687C1 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 86 135 193 -
CMYK 0.55 0.30 0 0.24
HSL 212.52º 0.46% 0.55% -
HSV(B) 212.52º 0.55% 0.76% -
XYZ 22.13 23.16 53.76 -
YUV 126.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 86 135 193 0.55 0.30 0 0.24 212.52 0.46 0.55
Hex 56 87 C1 37 1E 0 18 D5 2E 37
Octal 126 207 301 67 36 0 30 325 56 67
Binary 1010110 10000111 11000001 110111 11110 0 11000 11010101 101110 110111

Color Harmonies of #5687C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5687C1

Black with #5687C1

Text Example


Text Example

White with #5687C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5687C1; }

 p { color: rgb(86,135,193); }

 H1.HeaderClassName
 {
   color: #5687C1;
 }
 .AnyTagClassName
 {
   color: #5687C1;
 }
</style>

background-color css

<style>
 a { background-color: #5687C1; }

 a { background-color: rgb(86,135,193); }

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

border-color css

<style>
 span { border-color: #5687C1; }

 span { border-color: rgb(86,135,193); }

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