Html Css Color HEX #5685C8 Havelock Blue

📋 copy color: '#5685C8'

red 86 ◦ green 133 ◦ blue 200

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

Shades of Havelock Blue #5685C8

Tints of Havelock Blue #5685C8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.74%

 BLUE value IS 200 (78.52% from 255) = 47.73%

R = 20.53%
G = 31.74%
B = 47.73%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5685C8 (or 0x5685C8) is known color: Havelock Blue. HEX triplet: 56, 85 and C8. RGB value is (86,133,200). Sum of RGB (Red+Green+Blue) = 86+133+200=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #5685C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5685C8 is #A97A37. Grayscale: #7E7E7E. Windows color (decimal): -11106872 or 13141334. OLE color: 13141334.

HSL color Cylindrical-coordinate representation of color #5685C8: hue angle of 215.26º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5685C8 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 86 133 200 -
CMYK 0.57 0.34 0 0.22
HSL 215.26º 0.51% 0.56% -
HSV(B) 215.26º 0.57% 0.78% -
XYZ 22.65 22.92 57.87 -
YUV 126.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 86 133 200 0.57 0.34 0 0.22 215.26 0.51 0.56
Hex 56 85 C8 39 22 0 16 D7 33 38
Octal 126 205 310 71 42 0 26 327 63 70
Binary 1010110 10000101 11001000 111001 100010 0 10110 11010111 110011 111000

Color Harmonies of #5685C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5685C8

Black with #5685C8

Text Example


Text Example

White with #5685C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5685C8; }

 p { color: rgb(86,133,200); }

 H1.HeaderClassName
 {
   color: #5685C8;
 }
 .AnyTagClassName
 {
   color: #5685C8;
 }
</style>

background-color css

<style>
 a { background-color: #5685C8; }

 a { background-color: rgb(86,133,200); }

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

border-color css

<style>
 span { border-color: #5685C8; }

 span { border-color: rgb(86,133,200); }

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