Html Css Color HEX #5775BF Havelock Blue

📋 copy color: '#5775BF'

red 87 ◦ green 117 ◦ blue 191

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

Shades of Havelock Blue #5775BF

Tints of Havelock Blue #5775BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.35%

R = 22.03%
G = 29.62%
B = 48.35%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5775BF (or 0x5775BF) is known color: Havelock Blue. HEX triplet: 57, 75 and BF. RGB value is (87,117,191). Sum of RGB (Red+Green+Blue) = 87+117+191=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #5775BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775BF is #A88A40. Grayscale: #747474. Windows color (decimal): -11045441 or 12547415. OLE color: 12547415.

HSL color Cylindrical-coordinate representation of color #5775BF: hue angle of 222.69º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5775BF is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 117 191 -
CMYK 0.54 0.39 0 0.25
HSL 222.69º 0.45% 0.55% -
HSV(B) 222.69º 0.54% 0.75% -
XYZ 19.7 18.51 51.83 -
YUV 116.47 170.06 106.98 -
System Red Green Blue C M Y K H S L
Decimal 87 117 191 0.54 0.39 0 0.25 222.69 0.45 0.55
Hex 57 75 BF 36 27 0 19 DF 2D 37
Octal 127 165 277 66 47 0 31 337 55 67
Binary 1010111 1110101 10111111 110110 100111 0 11001 11011111 101101 110111

Color Harmonies of #5775BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5775BF

Black with #5775BF

Text Example


Text Example

White with #5775BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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