#5B83BE

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

Shades of Havelock Blue #5B83BE

Tints of Havelock Blue #5B83BE

Color information

#5B83BE (or 0x5B83BE) is unknown color: approx Havelock Blue. HEX triplet: 5B, 83 and BE. RGB value is (91,131,190). Sum of RGB (Red+Green+Blue) = 91+131+190=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B83BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B83BE is #A47C41. Grayscale: #7D7D7D. Windows color (decimal): -10779714 or 12485467. OLE color: 12485467.

HSL color Cylindrical-coordinate representation of color #5B83BE: hue angle of 215.76º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B83BE is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91131190-
CMYK0.520.3100.25
HSL215.76º43.23%55.1%-
HSV(B)215.76º52.11%74.51%-
XYZ21.7222.1751.85-
YUV125.77164.25103.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.09%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=22.09%
G=31.80%
B=46.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911311900.520.3100.25215.7643.2355.1
Hex5B83BE341F019d82b37
Octal13320327664370313305367
Binary101101110000011101111101101001111101100111011000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B83BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,131,190); }

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

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

 a { background-color: rgb(91,131,190); }

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

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

 span { border-color: rgb(91,131,190); }

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