#5C7BAC

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

Shades of Havelock Blue #5C7BAC

Tints of Havelock Blue #5C7BAC

Color information

#5C7BAC (or 0x5C7BAC) is unknown color: approx Havelock Blue. HEX triplet: 5C, 7B and AC. RGB value is (92,123,172). Sum of RGB (Red+Green+Blue) = 92+123+172=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7BAC is #A38453. Grayscale: #777777. Windows color (decimal): -10716244 or 11303772. OLE color: 11303772.

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

Color convert

RGB92123172-
CMYK0.470.2800.33
HSL216.75º32.52%51.76%-
HSV(B)216.75º46.51%67.45%-
XYZ18.9419.4241.78-
YUV119.32157.73108.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.77%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=23.77%
G=31.78%
B=44.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921231720.470.2800.33216.7532.5251.76
Hex5C7BAC2F1C021d92134
Octal13417325457340413314164
Binary101110011110111010110010111111100010000111011001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,123,172); }

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

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

 a { background-color: rgb(92,123,172); }

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

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

 span { border-color: rgb(92,123,172); }

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