#5D7CBA

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

Shades of Havelock Blue #5D7CBA

Tints of Havelock Blue #5D7CBA

Color information

#5D7CBA (or 0x5D7CBA) is unknown color: approx Havelock Blue. HEX triplet: 5D, 7C and BA. RGB value is (93,124,186). Sum of RGB (Red+Green+Blue) = 93+124+186=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D7CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7CBA is #A28345. Grayscale: #797979. Windows color (decimal): -10650438 or 12221533. OLE color: 12221533.

HSL color Cylindrical-coordinate representation of color #5D7CBA: hue angle of 220º degrees, saturation: 0.4, 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 #5D7CBA is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB93124186-
CMYK0.50.3300.27
HSL220º40.26%54.71%-
HSV(B)220º50%72.94%-
XYZ20.5820.2949.29-
YUV121.8164.23107.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.08%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=23.08%
G=30.77%
B=46.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931241860.50.3300.2722040.2654.71
Hex5D7CBA322101Bdc2837
Octal13517427262410333345067
Binary101110111111001011101011001010000101101111011100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,124,186); }

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

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

 a { background-color: rgb(93,124,186); }

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

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

 span { border-color: rgb(93,124,186); }

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