#5B7CDA

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

Shades of Havelock Blue #5B7CDA

Tints of Havelock Blue #5B7CDA

Color information

#5B7CDA (or 0x5B7CDA) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7C and DA. RGB value is (91,124,218). Sum of RGB (Red+Green+Blue) = 91+124+218=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B7CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7CDA is #A48325. Grayscale: #7C7C7C. Windows color (decimal): -10781478 or 14318683. OLE color: 14318683.

HSL color Cylindrical-coordinate representation of color #5B7CDA: hue angle of 224.41º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B7CDA is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB91124218-
CMYK0.580.4300.15
HSL224.41º63.18%60.59%-
HSV(B)224.41º58.26%85.49%-
XYZ24.1821.769.24-
YUV124.85180.57103.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.02%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 218 (85.55% from 255) = 50.35%
R=21.02%
G=28.64%
B=50.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal911242180.580.4300.15224.4163.1860.59
Hex5B7CDA3A2B0Fe03f3d
Octal13317433272530173407775
Binary10110111111100110110101110101010110111111100000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,124,218); }

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

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

 a { background-color: rgb(91,124,218); }

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

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

 span { border-color: rgb(91,124,218); }

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