#5F78CA

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

Shades of Havelock Blue #5F78CA

Tints of Havelock Blue #5F78CA

Color information

#5F78CA (or 0x5F78CA) is unknown color: approx Havelock Blue. HEX triplet: 5F, 78 and CA. RGB value is (95,120,202). Sum of RGB (Red+Green+Blue) = 95+120+202=417 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.78% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F78CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F78CA is #A08735. Grayscale: #797979. Windows color (decimal): -10520374 or 13269087. OLE color: 13269087.

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

Color convert

RGB95120202-
CMYK0.530.4100.21
HSL225.98º50.23%58.24%-
HSV(B)225.98º52.97%79.22%-
XYZ22.120.1358.6-
YUV121.87173.22108.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.78%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=22.78%
G=28.78%
B=48.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal951202020.530.4100.21225.9850.2358.24
Hex5F78CA3529015e2323a
Octal13717031265510253426272
Binary101111111110001100101011010110100101010111100010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F78CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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