#5672C1

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

Shades of Havelock Blue #5672C1

Tints of Havelock Blue #5672C1

Color information

#5672C1 (or 0x5672C1) is unknown color: approx Havelock Blue. HEX triplet: 56, 72 and C1. RGB value is (86,114,193). Sum of RGB (Red+Green+Blue) = 86+114+193=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #5672C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5672C1 is #A98D3E. Grayscale: #727272. Windows color (decimal): -11111743 or 12677718. OLE color: 12677718.

HSL color Cylindrical-coordinate representation of color #5672C1: hue angle of 224.3º 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 #5672C1 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB86114193-
CMYK0.550.4100.24
HSL224.3º46.32%54.71%-
HSV(B)224.3º55.44%75.69%-
XYZ19.4817.8652.87-
YUV114.63172.22107.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.88%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 193 (75.78% from 255) = 49.11%
R=21.88%
G=29.01%
B=49.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal861141930.550.4100.24224.346.3254.71
Hex5672C13729018e02e37
Octal12616230167510303405667
Binary101011011100101100000111011110100101100011100000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5672C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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