Html Css Color HEX #5B77BC Havelock Blue

📋 copy color: '#5B77BC'

red 91 ◦ green 119 ◦ blue 188

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

Shades of Havelock Blue #5B77BC

Tints of Havelock Blue #5B77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.9%

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

R = 22.86%
G = 29.9%
B = 47.24%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B77BC (or 0x5B77BC) is known color: Havelock Blue. HEX triplet: 5B, 77 and BC. RGB value is (91,119,188). Sum of RGB (Red+Green+Blue) = 91+119+188=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B77BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B77BC is #A48843. Grayscale: #767676. Windows color (decimal): -10782788 or 12351323. OLE color: 12351323.

HSL color Cylindrical-coordinate representation of color #5B77BC: hue angle of 222.68º 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 #5B77BC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 119 188 -
CMYK 0.52 0.37 0 0.26
HSL 222.68º 0.42% 0.55% -
HSV(B) 222.68º 0.52% 0.74% -
XYZ 19.99 19.05 50.2 -
YUV 118.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 91 119 188 0.52 0.37 0 0.26 222.68 0.42 0.55
Hex 5B 77 BC 34 25 0 1A DF 2A 37
Octal 133 167 274 64 45 0 32 337 52 67
Binary 1011011 1110111 10111100 110100 100101 0 11010 11011111 101010 110111

Color Harmonies of #5B77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B77BC

Black with #5B77BC

Text Example


Text Example

White with #5B77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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