#5775D3

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

Shades of Havelock Blue #5775D3

Tints of Havelock Blue #5775D3

Color information

#5775D3 (or 0x5775D3) is unknown color: approx Havelock Blue. HEX triplet: 57, 75 and D3. RGB value is (87,117,211). Sum of RGB (Red+Green+Blue) = 87+117+211=415 (54% of max value = 765). Red value is 87 (34.38% from 255 or 20.96% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #5775D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775D3 is #A88A2C. Grayscale: #767676. Windows color (decimal): -11045421 or 13858135. OLE color: 13858135.

HSL color Cylindrical-coordinate representation of color #5775D3: hue angle of 225.48º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5775D3 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB87117211-
CMYK0.590.4500.17
HSL225.48º58.49%58.43%-
HSV(B)225.48º58.77%82.75%-
XYZ22.0519.4564.22-
YUV118.75180.06105.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.96%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 211 (82.81% from 255) = 50.84%
R=20.96%
G=28.19%
B=50.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal871172110.590.4500.17225.4858.4958.43
Hex5775D33B2D011e13a3a
Octal12716532373550213417272
Binary101011111101011101001111101110110101000111100001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5775D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5775D3; }

 p { color: rgb(87,117,211); }

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

<style>
 a { background-color: #5775D3; }

 a { background-color: rgb(87,117,211); }

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

<style>
 span { border-color: #5775D3; }

 span { border-color: rgb(87,117,211); }

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