#5D76CA

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

Shades of Havelock Blue #5D76CA

Tints of Havelock Blue #5D76CA

Color information

#5D76CA (or 0x5D76CA) is unknown color: approx Havelock Blue. HEX triplet: 5D, 76 and CA. RGB value is (93,118,202). Sum of RGB (Red+Green+Blue) = 93+118+202=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D76CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D76CA is #A28935. Grayscale: #777777. Windows color (decimal): -10651958 or 13268573. OLE color: 13268573.

HSL color Cylindrical-coordinate representation of color #5D76CA: hue angle of 226.24º 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 #5D76CA is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB93118202-
CMYK0.540.4200.21
HSL226.24º50.7%57.84%-
HSV(B)226.24º53.96%79.22%-
XYZ21.6519.5558.51-
YUV120.1174.22108.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.52%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=22.52%
G=28.57%
B=48.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal931182020.540.4200.21226.2450.757.84
Hex5D76CA362A015e2333a
Octal13516631266520253426372
Binary101110111101101100101011011010101001010111100010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D76CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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