#5C78AF

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

Shades of Havelock Blue #5C78AF

Tints of Havelock Blue #5C78AF

Color information

#5C78AF (or 0x5C78AF) is unknown color: approx Havelock Blue. HEX triplet: 5C, 78 and AF. RGB value is (92,120,175). Sum of RGB (Red+Green+Blue) = 92+120+175=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C78AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C78AF is #A38750. Grayscale: #757575. Windows color (decimal): -10717009 or 11499612. OLE color: 11499612.

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

Color convert

RGB92120175-
CMYK0.470.3100.31
HSL219.76º34.16%52.35%-
HSV(B)219.76º47.43%68.63%-
XYZ18.8718.843.19-
YUV117.9160.22109.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.77%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=23.77%
G=31.01%
B=45.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921201750.470.3100.31219.7634.1652.35
Hex5C78AF2F1F01Fdc2234
Octal13417025757370373344264
Binary10111001111000101011111011111111101111111011100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C78AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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