#5C78CA

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

Shades of Havelock Blue #5C78CA

Tints of Havelock Blue #5C78CA

Color information

#5C78CA (or 0x5C78CA) is unknown color: approx Havelock Blue. HEX triplet: 5C, 78 and CA. RGB value is (92,120,202). Sum of RGB (Red+Green+Blue) = 92+120+202=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C78CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C78CA is #A38735. Grayscale: #787878. Windows color (decimal): -10716982 or 13269084. OLE color: 13269084.

HSL color Cylindrical-coordinate representation of color #5C78CA: hue angle of 224.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C78CA is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB92120202-
CMYK0.540.4100.21
HSL224.73º50.93%57.65%-
HSV(B)224.73º54.46%79.22%-
XYZ21.7919.9758.58-
YUV120.98173.72107.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.22%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=22.22%
G=28.99%
B=48.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal921202020.540.4100.21224.7350.9357.65
Hex5C78CA3629015e1333a
Octal13417031266510253416372
Binary101110011110001100101011011010100101010111100001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C78CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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