#5C78C4

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

Shades of Havelock Blue #5C78C4

Tints of Havelock Blue #5C78C4

Color information

#5C78C4 (or 0x5C78C4) is unknown color: approx Havelock Blue. HEX triplet: 5C, 78 and C4. RGB value is (92,120,196). Sum of RGB (Red+Green+Blue) = 92+120+196=408 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.55% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #5C78C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C78C4 is #A3873B. Grayscale: #777777. Windows color (decimal): -10716988 or 12875868. OLE color: 12875868.

HSL color Cylindrical-coordinate representation of color #5C78C4: hue angle of 223.85º 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 #5C78C4 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB92120196-
CMYK0.530.3900.23
HSL223.85º46.85%56.47%-
HSV(B)223.85º53.06%76.86%-
XYZ21.0919.6954.91-
YUV120.29170.72107.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.55%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 196 (76.95% from 255) = 48.04%
R=22.55%
G=29.41%
B=48.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal921201960.530.3900.23223.8546.8556.47
Hex5C78C43527017e02f38
Octal13417030465470273405770
Binary101110011110001100010011010110011101011111100000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C78C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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