#5B75C7

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

Shades of Havelock Blue #5B75C7

Tints of Havelock Blue #5B75C7

Color information

#5B75C7 (or 0x5B75C7) is unknown color: approx Havelock Blue. HEX triplet: 5B, 75 and C7. RGB value is (91,117,199). Sum of RGB (Red+Green+Blue) = 91+117+199=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #5B75C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B75C7 is #A48A38. Grayscale: #767676. Windows color (decimal): -10783289 or 13071707. OLE color: 13071707.

HSL color Cylindrical-coordinate representation of color #5B75C7: hue angle of 225.56º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B75C7 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB91117199-
CMYK0.540.4100.22
HSL225.56º49.09%56.86%-
HSV(B)225.56º54.27%78.04%-
XYZ20.9819.0756.61-
YUV118.57173.39108.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.36%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 199 (78.12% from 255) = 48.89%
R=22.36%
G=28.75%
B=48.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal911171990.540.4100.22225.5649.0956.86
Hex5B75C73629016e23139
Octal13316530766510263426171
Binary101101111101011100011111011010100101011011100010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B75C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,117,199); }

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

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

 a { background-color: rgb(91,117,199); }

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

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

 span { border-color: rgb(91,117,199); }

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