Html Css Color HEX #5B7CBF Havelock Blue

📋 copy color: '#5B7CBF'

red 91 ◦ green 124 ◦ blue 191

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

Shades of Havelock Blue #5B7CBF

Tints of Havelock Blue #5B7CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.54%

 BLUE value IS 191 (75% from 255) = 47.04%

R = 22.41%
G = 30.54%
B = 47.04%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B7CBF (or 0x5B7CBF) is known color: Havelock Blue. HEX triplet: 5B, 7C and BF. RGB value is (91,124,191). Sum of RGB (Red+Green+Blue) = 91+124+191=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B7CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7CBF is #A48340. Grayscale: #797979. Windows color (decimal): -10781505 or 12549211. OLE color: 12549211.

HSL color Cylindrical-coordinate representation of color #5B7CBF: hue angle of 220.2º degrees, saturation: 0.44, 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 #5B7CBF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 124 191 -
CMYK 0.52 0.35 0 0.25
HSL 220.2º 0.44% 0.55% -
HSV(B) 220.2º 0.52% 0.75% -
XYZ 20.93 20.4 52.13 -
YUV 121.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 91 124 191 0.52 0.35 0 0.25 220.2 0.44 0.55
Hex 5B 7C BF 34 23 0 19 DC 2C 37
Octal 133 174 277 64 43 0 31 334 54 67
Binary 1011011 1111100 10111111 110100 100011 0 11001 11011100 101100 110111

Color Harmonies of #5B7CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7CBF

Black with #5B7CBF

Text Example


Text Example

White with #5B7CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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