#5C7CAE

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

Shades of Havelock Blue #5C7CAE

Tints of Havelock Blue #5C7CAE

Color information

#5C7CAE (or 0x5C7CAE) is unknown color: approx Havelock Blue. HEX triplet: 5C, 7C and AE. RGB value is (92,124,174). Sum of RGB (Red+Green+Blue) = 92+124+174=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C7CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7CAE is #A38351. Grayscale: #777777. Windows color (decimal): -10715986 or 11435100. OLE color: 11435100.

HSL color Cylindrical-coordinate representation of color #5C7CAE: hue angle of 216.59º degrees, saturation: 0.34, 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 #5C7CAE is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB92124174-
CMYK0.470.2900.32
HSL216.59º33.61%52.16%-
HSV(B)216.59º47.13%68.24%-
XYZ19.2619.7542.84-
YUV120.13158.4107.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.59%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=23.59%
G=31.79%
B=44.62%

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
Decimal921241740.470.2900.32216.5933.6152.16
Hex5C7CAE2F1D020d92234
Octal13417425657350403314264
Binary101110011111001010111010111111101010000011011001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,124,174); }

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

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

 a { background-color: rgb(92,124,174); }

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

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

 span { border-color: rgb(92,124,174); }

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