#5D7EBB

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

Shades of Havelock Blue #5D7EBB

Tints of Havelock Blue #5D7EBB

Color information

#5D7EBB (or 0x5D7EBB) is unknown color: approx Havelock Blue. HEX triplet: 5D, 7E and BB. RGB value is (93,126,187). Sum of RGB (Red+Green+Blue) = 93+126+187=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D7EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7EBB is #A28144. Grayscale: #7A7A7A. Windows color (decimal): -10649925 or 12287581. OLE color: 12287581.

HSL color Cylindrical-coordinate representation of color #5D7EBB: hue angle of 218.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D7EBB is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB93126187-
CMYK0.500.3300.27
HSL218.94º40.87%54.9%-
HSV(B)218.94º50.27%73.33%-
XYZ20.9420.8449.93-
YUV123.09164.07106.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.91%
GREEN value IS 126 (49.61% from 255) = 31.03%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=22.91%
G=31.03%
B=46.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931261870.500.3300.27218.9440.8754.9
Hex5D7EBB322101Bdb2937
Octal13517627362410333335167
Binary101110111111101011101111001010000101101111011011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,126,187); }

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

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

 a { background-color: rgb(93,126,187); }

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

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

 span { border-color: rgb(93,126,187); }

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