#5D7CD1

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

Shades of Havelock Blue #5D7CD1

Tints of Havelock Blue #5D7CD1

Color information

#5D7CD1 (or 0x5D7CD1) is unknown color: approx Havelock Blue. HEX triplet: 5D, 7C and D1. RGB value is (93,124,209). Sum of RGB (Red+Green+Blue) = 93+124+209=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #5D7CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7CD1 is #A2832E. Grayscale: #7C7C7C. Windows color (decimal): -10650415 or 13728861. OLE color: 13728861.

HSL color Cylindrical-coordinate representation of color #5D7CD1: hue angle of 223.97º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D7CD1 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB93124209-
CMYK0.560.4100.18
HSL223.97º55.77%59.22%-
HSV(B)223.97º55.5%81.96%-
XYZ23.2321.3563.22-
YUV124.42175.73105.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.83%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 209 (82.03% from 255) = 49.06%
R=21.83%
G=29.11%
B=49.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal931242090.560.4100.18223.9755.7759.22
Hex5D7CD13829012e0383b
Octal13517432170510223407073
Binary101110111111001101000111100010100101001011100000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D7CD1; }

 p { color: rgb(93,124,209); }

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

<style>
 a { background-color: #5D7CD1; }

 a { background-color: rgb(93,124,209); }

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

<style>
 span { border-color: #5D7CD1; }

 span { border-color: rgb(93,124,209); }

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