#5682CA

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

Shades of Havelock Blue #5682CA

Tints of Havelock Blue #5682CA

Color information

#5682CA (or 0x5682CA) is unknown color: approx Havelock Blue. HEX triplet: 56, 82 and CA. RGB value is (86,130,202). Sum of RGB (Red+Green+Blue) = 86+130+202=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #5682CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5682CA is #A97D35. Grayscale: #7C7C7C. Windows color (decimal): -11107638 or 13271638. OLE color: 13271638.

HSL color Cylindrical-coordinate representation of color #5682CA: hue angle of 217.24º 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 #5682CA is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB86130202-
CMYK0.570.3600.21
HSL217.24º52.25%56.47%-
HSV(B)217.24º57.43%79.22%-
XYZ22.4822.2158.98-
YUV125.05171.42100.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.57%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=20.57%
G=31.10%
B=48.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861302020.570.3600.21217.2452.2556.47
Hex5682CA3924015d93438
Octal12620231271440253316470
Binary1010110100000101100101011100110010001010111011001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5682CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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