#5D7DCA

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

Shades of Havelock Blue #5D7DCA

Tints of Havelock Blue #5D7DCA

Color information

#5D7DCA (or 0x5D7DCA) is unknown color: approx Havelock Blue. HEX triplet: 5D, 7D and CA. RGB value is (93,125,202). Sum of RGB (Red+Green+Blue) = 93+125+202=420 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.14% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D7DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7DCA is #A28235. Grayscale: #7B7B7B. Windows color (decimal): -10650166 or 13270365. OLE color: 13270365.

HSL color Cylindrical-coordinate representation of color #5D7DCA: hue angle of 222.39º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D7DCA is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB93125202-
CMYK0.540.3800.21
HSL222.39º50.7%57.84%-
HSV(B)222.39º53.96%79.22%-
XYZ22.5121.2658.79-
YUV124.21171.9105.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.14%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=22.14%
G=29.76%
B=48.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal931252020.540.3800.21222.3950.757.84
Hex5D7DCA3626015de333a
Octal13517531266460253366372
Binary101110111111011100101011011010011001010111011110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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