Html Css Color HEX #5775BA Havelock Blue

📋 copy color: '#5775BA'

red 87 ◦ green 117 ◦ blue 186

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

Shades of Havelock Blue #5775BA

Tints of Havelock Blue #5775BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30%

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 22.31%
G = 30%
B = 47.69%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5775BA (or 0x5775BA) is known color: Havelock Blue. HEX triplet: 57, 75 and BA. RGB value is (87,117,186). Sum of RGB (Red+Green+Blue) = 87+117+186=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #5775BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775BA is #A88A45. Grayscale: #737373. Windows color (decimal): -11045446 or 12219735. OLE color: 12219735.

HSL color Cylindrical-coordinate representation of color #5775BA: hue angle of 221.82º 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 #5775BA is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 117 186 -
CMYK 0.53 0.37 0 0.27
HSL 221.82º 0.42% 0.54% -
HSV(B) 221.82º 0.53% 0.73% -
XYZ 19.15 18.29 48.98 -
YUV 115.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 87 117 186 0.53 0.37 0 0.27 221.82 0.42 0.54
Hex 57 75 BA 35 25 0 1B DE 2A 36
Octal 127 165 272 65 45 0 33 336 52 66
Binary 1010111 1110101 10111010 110101 100101 0 11011 11011110 101010 110110

Color Harmonies of #5775BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5775BA

Black with #5775BA

Text Example


Text Example

White with #5775BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5775BA; }

 p { color: rgb(87,117,186); }

 H1.HeaderClassName
 {
   color: #5775BA;
 }
 .AnyTagClassName
 {
   color: #5775BA;
 }
</style>

background-color css

<style>
 a { background-color: #5775BA; }

 a { background-color: rgb(87,117,186); }

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

border-color css

<style>
 span { border-color: #5775BA; }

 span { border-color: rgb(87,117,186); }

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