Html Css Color HEX #5771CF Havelock Blue

📋 copy color: '#5771CF'

red 87 ◦ green 113 ◦ blue 207

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

Shades of Havelock Blue #5771CF

Tints of Havelock Blue #5771CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 21.38%
G = 27.76%
B = 50.86%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5771CF (or 0x5771CF) is known color: Havelock Blue. HEX triplet: 57, 71 and CF. RGB value is (87,113,207). Sum of RGB (Red+Green+Blue) = 87+113+207=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #5771CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5771CF is #A88E30. Grayscale: #737373. Windows color (decimal): -11046449 or 13594967. OLE color: 13594967.

HSL color Cylindrical-coordinate representation of color #5771CF: hue angle of 227º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5771CF is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 113 207 -
CMYK 0.58 0.45 0 0.19
HSL 227º 0.56% 0.58% -
HSV(B) 227º 0.58% 0.81% -
XYZ 21.1 18.34 61.46 -
YUV 115.94 179.39 107.36 -
System Red Green Blue C M Y K H S L
Decimal 87 113 207 0.58 0.45 0 0.19 227 0.56 0.58
Hex 57 71 CF 3A 2D 0 13 E3 38 3A
Octal 127 161 317 72 55 0 23 343 70 72
Binary 1010111 1110001 11001111 111010 101101 0 10011 11100011 111000 111010

Color Harmonies of #5771CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5771CF

Black with #5771CF

Text Example


Text Example

White with #5771CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5771CF; }

 p { color: rgb(87,113,207); }

 H1.HeaderClassName
 {
   color: #5771CF;
 }
 .AnyTagClassName
 {
   color: #5771CF;
 }
</style>

background-color css

<style>
 a { background-color: #5771CF; }

 a { background-color: rgb(87,113,207); }

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

border-color css

<style>
 span { border-color: #5771CF; }

 span { border-color: rgb(87,113,207); }

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