#5D7CBC

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

Shades of Havelock Blue #5D7CBC

Tints of Havelock Blue #5D7CBC

Color information

#5D7CBC (or 0x5D7CBC) is unknown color: approx Havelock Blue. HEX triplet: 5D, 7C and BC. RGB value is (93,124,188). Sum of RGB (Red+Green+Blue) = 93+124+188=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D7CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7CBC is #A28343. Grayscale: #797979. Windows color (decimal): -10650436 or 12352605. OLE color: 12352605.

HSL color Cylindrical-coordinate representation of color #5D7CBC: hue angle of 220.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D7CBC is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB93124188-
CMYK0.510.3400.26
HSL220.42º41.48%55.1%-
HSV(B)220.42º50.53%73.73%-
XYZ20.820.3750.41-
YUV122.03165.23107.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.96%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 188 (73.83% from 255) = 46.42%
R=22.96%
G=30.62%
B=46.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal931241880.510.3400.26220.4241.4855.1
Hex5D7CBC332201Adc2937
Octal13517427463420323345167
Binary101110111111001011110011001110001001101011011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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