Html Css Color HEX #5B79BA Havelock Blue

📋 copy color: '#5B79BA'

red 91 ◦ green 121 ◦ blue 186

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

Shades of Havelock Blue #5B79BA

Tints of Havelock Blue #5B79BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

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

R = 22.86%
G = 30.4%
B = 46.73%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B79BA (or 0x5B79BA) is known color: Havelock Blue. HEX triplet: 5B, 79 and BA. RGB value is (91,121,186). Sum of RGB (Red+Green+Blue) = 91+121+186=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B79BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B79BA is #A48645. Grayscale: #777777. Windows color (decimal): -10782278 or 12220763. OLE color: 12220763.

HSL color Cylindrical-coordinate representation of color #5B79BA: hue angle of 221.05º 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 #5B79BA is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 121 186 -
CMYK 0.51 0.35 0 0.27
HSL 221.05º 0.41% 0.54% -
HSV(B) 221.05º 0.51% 0.73% -
XYZ 20.01 19.44 49.15 -
YUV 119.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 91 121 186 0.51 0.35 0 0.27 221.05 0.41 0.54
Hex 5B 79 BA 33 23 0 1B DD 29 36
Octal 133 171 272 63 43 0 33 335 51 66
Binary 1011011 1111001 10111010 110011 100011 0 11011 11011101 101001 110110

Color Harmonies of #5B79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B79BA

Black with #5B79BA

Text Example


Text Example

White with #5B79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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