#5683CA

Color #5683CA Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5683CA

Tints of Havelock Blue #5683CA

Color information

#5683CA (or 0x5683CA) is unknown color: approx Havelock Blue. HEX triplet: 56, 83 and CA. RGB value is (86,131,202). Sum of RGB (Red+Green+Blue) = 86+131+202=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #5683CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5683CA is #A97C35. Grayscale: #7D7D7D. Windows color (decimal): -11107382 or 13271894. OLE color: 13271894.

HSL color Cylindrical-coordinate representation of color #5683CA: hue angle of 216.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5683CA is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB86131202-
CMYK0.570.3500.21
HSL216.72º52.25%56.47%-
HSV(B)216.72º57.43%79.22%-
XYZ22.6122.4859.02-
YUV125.64171.0999.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.53%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=20.53%
G=31.26%
B=48.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861312020.570.3500.21216.7252.2556.47
Hex5683CA3923015d93438
Octal12620331271430253316470
Binary1010110100000111100101011100110001101010111011001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5683CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5683CA;
 }
 .AnyTagClassName
 {
   color: #5683CA;
 }
</style>
background-color css

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

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

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

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

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

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