#5A75C8

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

Shades of Havelock Blue #5A75C8

Tints of Havelock Blue #5A75C8

Color information

#5A75C8 (or 0x5A75C8) is unknown color: approx Havelock Blue. HEX triplet: 5A, 75 and C8. RGB value is (90,117,200). Sum of RGB (Red+Green+Blue) = 90+117+200=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #5A75C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A75C8 is #A58A37. Grayscale: #767676. Windows color (decimal): -10848824 or 13137242. OLE color: 13137242.

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

Color convert

RGB90117200-
CMYK0.550.4200.22
HSL225.27º50%56.86%-
HSV(B)225.27º55%78.43%-
XYZ2119.0757.22-
YUV118.39174.05107.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.11%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 200 (78.52% from 255) = 49.14%
R=22.11%
G=28.75%
B=49.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal901172000.550.4200.22225.275056.86
Hex5A75C8372A016e13239
Octal13216531067520263416271
Binary101101011101011100100011011110101001011011100001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A75C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,117,200); }

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

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

 a { background-color: rgb(90,117,200); }

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

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

 span { border-color: rgb(90,117,200); }

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