#5D7FCD

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

Shades of Havelock Blue #5D7FCD

Tints of Havelock Blue #5D7FCD

Color information

#5D7FCD (or 0x5D7FCD) is unknown color: approx Havelock Blue. HEX triplet: 5D, 7F and CD. RGB value is (93,127,205). Sum of RGB (Red+Green+Blue) = 93+127+205=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D7FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7FCD is #A28032. Grayscale: #7D7D7D. Windows color (decimal): -10649651 or 13467485. OLE color: 13467485.

HSL color Cylindrical-coordinate representation of color #5D7FCD: hue angle of 221.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D7FCD is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB93127205-
CMYK0.550.3800.20
HSL221.79º52.83%58.43%-
HSV(B)221.79º54.63%80.39%-
XYZ23.1221.9160.77-
YUV125.73172.74104.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.88%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=21.88%
G=29.88%
B=48.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931272050.550.3800.20221.7952.8358.43
Hex5D7FCD3726014de353a
Octal13517731567460243366572
Binary101110111111111100110111011110011001010011011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,127,205); }

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

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

 a { background-color: rgb(93,127,205); }

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

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

 span { border-color: rgb(93,127,205); }

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