#5B75D1

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

Shades of Havelock Blue #5B75D1

Tints of Havelock Blue #5B75D1

Color information

#5B75D1 (or 0x5B75D1) is unknown color: approx Havelock Blue. HEX triplet: 5B, 75 and D1. RGB value is (91,117,209). Sum of RGB (Red+Green+Blue) = 91+117+209=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #5B75D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B75D1 is #A48A2E. Grayscale: #777777. Windows color (decimal): -10783279 or 13727067. OLE color: 13727067.

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

Color convert

RGB91117209-
CMYK0.560.4400.18
HSL226.78º56.19%58.82%-
HSV(B)226.78º56.46%81.96%-
XYZ22.1819.5562.93-
YUV119.71178.39107.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.82%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 209 (82.03% from 255) = 50.12%
R=21.82%
G=28.06%
B=50.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal911172090.560.4400.18226.7856.1958.82
Hex5B75D1382C012e3383b
Octal13316532170540223437073
Binary101101111101011101000111100010110001001011100011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B75D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,117,209); }

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

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

 a { background-color: rgb(91,117,209); }

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

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

 span { border-color: rgb(91,117,209); }

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