Html Css Color HEX #5B7FBC Havelock Blue

📋 copy color: '#5B7FBC'

red 91 ◦ green 127 ◦ blue 188

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

Shades of Havelock Blue #5B7FBC

Tints of Havelock Blue #5B7FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 31.28%

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 22.41%
G = 31.28%
B = 46.31%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B7FBC (or 0x5B7FBC) is known color: Havelock Blue. HEX triplet: 5B, 7F and BC. RGB value is (91,127,188). Sum of RGB (Red+Green+Blue) = 91+127+188=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B7FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7FBC is #A48043. Grayscale: #7A7A7A. Windows color (decimal): -10780740 or 12353371. OLE color: 12353371.

HSL color Cylindrical-coordinate representation of color #5B7FBC: hue angle of 217.73º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B7FBC is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 127 188 -
CMYK 0.52 0.32 0 0.26
HSL 217.73º 0.42% 0.55% -
HSV(B) 217.73º 0.52% 0.74% -
XYZ 20.98 21.03 50.53 -
YUV 123.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 91 127 188 0.52 0.32 0 0.26 217.73 0.42 0.55
Hex 5B 7F BC 34 20 0 1A DA 2A 37
Octal 133 177 274 64 40 0 32 332 52 67
Binary 1011011 1111111 10111100 110100 100000 0 11010 11011010 101010 110111

Color Harmonies of #5B7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7FBC

Black with #5B7FBC

Text Example


Text Example

White with #5B7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,127,188); }

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

background-color css

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

 a { background-color: rgb(91,127,188); }

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

border-color css

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

 span { border-color: rgb(91,127,188); }

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