#5C7AC3

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

Shades of Havelock Blue #5C7AC3

Tints of Havelock Blue #5C7AC3

Color information

#5C7AC3 (or 0x5C7AC3) is unknown color: approx Havelock Blue. HEX triplet: 5C, 7A and C3. RGB value is (92,122,195). Sum of RGB (Red+Green+Blue) = 92+122+195=409 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.49% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #5C7AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7AC3 is #A3853C. Grayscale: #797979. Windows color (decimal): -10716477 or 12810844. OLE color: 12810844.

HSL color Cylindrical-coordinate representation of color #5C7AC3: hue angle of 222.52º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C7AC3 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB92122195-
CMYK0.530.3700.24
HSL222.52º46.19%56.27%-
HSV(B)222.52º52.82%76.47%-
XYZ21.2220.1354.4-
YUV121.35169.56107.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.49%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 195 (76.56% from 255) = 47.68%
R=22.49%
G=29.83%
B=47.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921221950.530.3700.24222.5246.1956.27
Hex5C7AC33525018df2e38
Octal13417230365450303375670
Binary101110011110101100001111010110010101100011011111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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