#5C7AAD

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

Shades of Havelock Blue #5C7AAD

Tints of Havelock Blue #5C7AAD

Color information

#5C7AAD (or 0x5C7AAD) is unknown color: approx Havelock Blue. HEX triplet: 5C, 7A and AD. RGB value is (92,122,173). Sum of RGB (Red+Green+Blue) = 92+122+173=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C7AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7AAD is #A38552. Grayscale: #767676. Windows color (decimal): -10716499 or 11369052. OLE color: 11369052.

HSL color Cylindrical-coordinate representation of color #5C7AAD: hue angle of 217.78º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C7AAD is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB92122173-
CMYK0.470.2900.32
HSL217.78º33.06%51.96%-
HSV(B)217.78º46.82%67.84%-
XYZ18.9219.2142.25-
YUV118.84158.56108.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.77%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=23.77%
G=31.52%
B=44.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal921221730.470.2900.32217.7833.0651.96
Hex5C7AAD2F1D020da2134
Octal13417225557350403324164
Binary101110011110101010110110111111101010000011011010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,122,173); }

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

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

 a { background-color: rgb(92,122,173); }

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

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

 span { border-color: rgb(92,122,173); }

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