#5475C3

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

Shades of Havelock Blue #5475C3

Tints of Havelock Blue #5475C3

Color information

#5475C3 (or 0x5475C3) is unknown color: approx Havelock Blue. HEX triplet: 54, 75 and C3. RGB value is (84,117,195). Sum of RGB (Red+Green+Blue) = 84+117+195=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #5475C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5475C3 is #AB8A3C. Grayscale: #737373. Windows color (decimal): -11242045 or 12809556. OLE color: 12809556.

HSL color Cylindrical-coordinate representation of color #5475C3: hue angle of 222.16º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5475C3 is Cyan = 0.57, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84117195-
CMYK0.570.400.24
HSL222.16º48.05%54.71%-
HSV(B)222.16º56.92%76.47%-
XYZ19.8718.5554.16-
YUV116.02172.57105.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.21%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 195 (76.56% from 255) = 49.24%
R=21.21%
G=29.55%
B=49.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841171950.570.400.24222.1648.0554.71
Hex5475C33928018de3037
Octal12416530371500303366067
Binary101010011101011100001111100110100001100011011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5475C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5475C3; }

 p { color: rgb(84,117,195); }

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

<style>
 a { background-color: #5475C3; }

 a { background-color: rgb(84,117,195); }

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

<style>
 span { border-color: #5475C3; }

 span { border-color: rgb(84,117,195); }

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