#5C86C4

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

Shades of Havelock Blue #5C86C4

Tints of Havelock Blue #5C86C4

Color information

#5C86C4 (or 0x5C86C4) is unknown color: approx Havelock Blue. HEX triplet: 5C, 86 and C4. RGB value is (92,134,196). Sum of RGB (Red+Green+Blue) = 92+134+196=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #5C86C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C86C4 is #A3793B. Grayscale: #808080. Windows color (decimal): -10713404 or 12879452. OLE color: 12879452.

HSL color Cylindrical-coordinate representation of color #5C86C4: hue angle of 215.77º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C86C4 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB92134196-
CMYK0.530.3200.23
HSL215.77º46.85%56.47%-
HSV(B)215.77º53.06%76.86%-
XYZ22.923.3155.52-
YUV128.51166.09101.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.80%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 196 (76.95% from 255) = 46.45%
R=21.80%
G=31.75%
B=46.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal921341960.530.3200.23215.7746.8556.47
Hex5C86C43520017d82f38
Octal13420630465400273305770
Binary1011100100001101100010011010110000001011111011000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C86C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,134,196); }

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

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

 a { background-color: rgb(92,134,196); }

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

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

 span { border-color: rgb(92,134,196); }

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