#5D7ABE

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

Shades of Havelock Blue #5D7ABE

Tints of Havelock Blue #5D7ABE

Color information

#5D7ABE (or 0x5D7ABE) is unknown color: approx Havelock Blue. HEX triplet: 5D, 7A and BE. RGB value is (93,122,190). Sum of RGB (Red+Green+Blue) = 93+122+190=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D7ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7ABE is #A28541. Grayscale: #787878. Windows color (decimal): -10650946 or 12483165. OLE color: 12483165.

HSL color Cylindrical-coordinate representation of color #5D7ABE: hue angle of 222.06º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D7ABE is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB93122190-
CMYK0.510.3600.25
HSL222.06º42.73%55.49%-
HSV(B)222.06º51.05%74.51%-
XYZ20.7719.9651.47-
YUV121.08166.89107.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.96%
GREEN value IS 122 (48.05% from 255) = 30.12%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=22.96%
G=30.12%
B=46.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931221900.510.3600.25222.0642.7355.49
Hex5D7ABE3324019de2b37
Octal13517227663440313365367
Binary101110111110101011111011001110010001100111011110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,122,190); }

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

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

 a { background-color: rgb(93,122,190); }

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

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

 span { border-color: rgb(93,122,190); }

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