Html Css Color HEX #5B83BA Havelock Blue

📋 copy color: '#5B83BA'

red 91 ◦ green 131 ◦ blue 186

#5B83BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5B83BA

Tints of Havelock Blue #5B83BA

RGB

 RED value IS 91 (35.94% from 255) = 22.3%

 GREEN value IS 131 (51.56% from 255) = 32.11%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 22.3%
G = 32.11%
B = 45.59%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B83BA (or 0x5B83BA) is known color: Havelock Blue. HEX triplet: 5B, 83 and BA. RGB value is (91,131,186). Sum of RGB (Red+Green+Blue) = 91+131+186=408 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.30% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B83BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B83BA is #A47C45. Grayscale: #7D7D7D. Windows color (decimal): -10779718 or 12223323. OLE color: 12223323.

HSL color Cylindrical-coordinate representation of color #5B83BA: hue angle of 214.74º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B83BA is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 131 186 -
CMYK 0.51 0.30 0 0.27
HSL 214.74º 0.41% 0.54% -
HSV(B) 214.74º 0.51% 0.73% -
XYZ 21.29 22 49.58 -
YUV 125.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 91 131 186 0.51 0.30 0 0.27 214.74 0.41 0.54
Hex 5B 83 BA 33 1E 0 1B D7 29 36
Octal 133 203 272 63 36 0 33 327 51 66
Binary 1011011 10000011 10111010 110011 11110 0 11011 11010111 101001 110110

Color Harmonies of #5B83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B83BA

Black with #5B83BA

Text Example


Text Example

White with #5B83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B83BA;
 }
 .AnyTagClassName
 {
   color: #5B83BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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