#5b7dae

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

Shades of Havelock Blue #5B7DAE

Tints of Havelock Blue #5B7DAE

Color information

#5B7DAE (or 0x5B7DAE) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7D and AE. RGB value is (91,125,174). Sum of RGB (Red+Green+Blue) = 91+125+174=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B7DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7DAE is #A48251. Grayscale: #787878. Windows color (decimal): -10781266 or 11435355. OLE color: 11435355.

HSL color Cylindrical-coordinate representation of color #5B7DAE: hue angle of 215.42º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B7DAE is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB91125174-
CMYK0.480.2800.32
HSL215.42º33.88%51.96%-
HSV(B)215.42º47.7%68.24%-
XYZ19.2919.9542.88-
YUV120.42158.24107.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.33%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=23.33%
G=32.05%
B=44.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911251740.480.2800.32215.4233.8851.96
Hex5B7DAE301C020d72234
Octal13317525660340403274264
Binary101101111111011010111011000011100010000011010111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b7dae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,125,174); }

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

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

 a { background-color: rgb(91,125,174); }

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

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

 span { border-color: rgb(91,125,174); }

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