Html Css Color HEX #5781BB Havelock Blue

📋 copy color: '#5781BB'

red 87 ◦ green 129 ◦ blue 187

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

Shades of Havelock Blue #5781BB

Tints of Havelock Blue #5781BB

RGB

 RED value IS 87 (34.38% from 255) = 21.59%

 GREEN value IS 129 (50.78% from 255) = 32.01%

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 21.59%
G = 32.01%
B = 46.4%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5781BB (or 0x5781BB) is known color: Havelock Blue. HEX triplet: 57, 81 and BB. RGB value is (87,129,187). Sum of RGB (Red+Green+Blue) = 87+129+187=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #5781BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781BB is #A87E44. Grayscale: #7A7A7A. Windows color (decimal): -11042373 or 12288343. OLE color: 12288343.

HSL color Cylindrical-coordinate representation of color #5781BB: hue angle of 214.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5781BB is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 129 187 -
CMYK 0.53 0.31 0 0.27
HSL 214.8º 0.42% 0.54% -
HSV(B) 214.8º 0.53% 0.73% -
XYZ 20.75 21.31 50.03 -
YUV 123.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 87 129 187 0.53 0.31 0 0.27 214.8 0.42 0.54
Hex 57 81 BB 35 1F 0 1B D7 2A 36
Octal 127 201 273 65 37 0 33 327 52 66
Binary 1010111 10000001 10111011 110101 11111 0 11011 11010111 101010 110110

Color Harmonies of #5781BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5781BB

Black with #5781BB

Text Example


Text Example

White with #5781BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5781BB; }

 p { color: rgb(87,129,187); }

 H1.HeaderClassName
 {
   color: #5781BB;
 }
 .AnyTagClassName
 {
   color: #5781BB;
 }
</style>

background-color css

<style>
 a { background-color: #5781BB; }

 a { background-color: rgb(87,129,187); }

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

border-color css

<style>
 span { border-color: #5781BB; }

 span { border-color: rgb(87,129,187); }

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