#5B77CA

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

Shades of Havelock Blue #5B77CA

Tints of Havelock Blue #5B77CA

Color information

#5B77CA (or 0x5B77CA) is unknown color: approx Havelock Blue. HEX triplet: 5B, 77 and CA. RGB value is (91,119,202). Sum of RGB (Red+Green+Blue) = 91+119+202=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B77CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B77CA is #A48835. Grayscale: #777777. Windows color (decimal): -10782774 or 13268827. OLE color: 13268827.

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

Color convert

RGB91119202-
CMYK0.550.4100.21
HSL224.86º51.15%57.45%-
HSV(B)224.86º54.95%79.22%-
XYZ21.5719.6858.54-
YUV120.09174.22107.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.09%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=22.09%
G=28.88%
B=49.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal911192020.550.4100.21224.8651.1557.45
Hex5B77CA3729015e13339
Octal13316731267510253416371
Binary101101111101111100101011011110100101010111100001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B77CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,119,202); }

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

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

 a { background-color: rgb(91,119,202); }

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

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

 span { border-color: rgb(91,119,202); }

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