#5D7DDA

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

Shades of Havelock Blue #5D7DDA

Tints of Havelock Blue #5D7DDA

Color information

#5D7DDA (or 0x5D7DDA) is unknown color: approx Havelock Blue. HEX triplet: 5D, 7D and DA. RGB value is (93,125,218). Sum of RGB (Red+Green+Blue) = 93+125+218=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D7DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7DDA is #A28225. Grayscale: #7D7D7D. Windows color (decimal): -10650150 or 14318941. OLE color: 14318941.

HSL color Cylindrical-coordinate representation of color #5D7DDA: hue angle of 224.64º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D7DDA is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB93125218-
CMYK0.570.4300.15
HSL224.64º62.81%60.98%-
HSV(B)224.64º57.34%85.49%-
XYZ24.522.0669.3-
YUV126.03179.9104.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.33%
GREEN value IS 125 (49.22% from 255) = 28.67%
BLUE value IS 218 (85.55% from 255) = 50%
R=21.33%
G=28.67%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal931252180.570.4300.15224.6462.8160.98
Hex5D7DDA392B0Fe13f3d
Octal13517533271530173417775
Binary10111011111101110110101110011010110111111100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,125,218); }

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

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

 a { background-color: rgb(93,125,218); }

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

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

 span { border-color: rgb(93,125,218); }

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