#5D7FD1

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

Shades of Havelock Blue #5D7FD1

Tints of Havelock Blue #5D7FD1

Color information

#5D7FD1 (or 0x5D7FD1) is unknown color: approx Havelock Blue. HEX triplet: 5D, 7F and D1. RGB value is (93,127,209). Sum of RGB (Red+Green+Blue) = 93+127+209=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #5D7FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7FD1 is #A2802E. Grayscale: #7D7D7D. Windows color (decimal): -10649647 or 13729629. OLE color: 13729629.

HSL color Cylindrical-coordinate representation of color #5D7FD1: hue angle of 222.41º 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 #5D7FD1 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB93127209-
CMYK0.560.3900.18
HSL222.41º55.77%59.22%-
HSV(B)222.41º55.5%81.96%-
XYZ23.6122.1163.34-
YUV126.18174.74104.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.68%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 209 (82.03% from 255) = 48.72%
R=21.68%
G=29.60%
B=48.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal931272090.560.3900.18222.4155.7759.22
Hex5D7FD13827012de383b
Octal13517732170470223367073
Binary101110111111111101000111100010011101001011011110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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