Html Css Color HEX #5775B9 Havelock Blue

📋 copy color: '#5775B9'

red 87 ◦ green 117 ◦ blue 185

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

Shades of Havelock Blue #5775B9

Tints of Havelock Blue #5775B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.56%

R = 22.37%
G = 30.08%
B = 47.56%

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

#5775B9 (or 0x5775B9) is known color: Havelock Blue. HEX triplet: 57, 75 and B9. RGB value is (87,117,185). Sum of RGB (Red+Green+Blue) = 87+117+185=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 185 - color contains mainly: blue. Hex color #5775B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775B9 is #A88A46. Grayscale: #737373. Windows color (decimal): -11045447 or 12154199. OLE color: 12154199.

HSL color Cylindrical-coordinate representation of color #5775B9: hue angle of 221.63º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5775B9 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 117 185 -
CMYK 0.53 0.37 0 0.27
HSL 221.63º 0.41% 0.53% -
HSV(B) 221.63º 0.53% 0.73% -
XYZ 19.05 18.25 48.42 -
YUV 115.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 87 117 185 0.53 0.37 0 0.27 221.63 0.41 0.53
Hex 57 75 B9 35 25 0 1B DE 29 35
Octal 127 165 271 65 45 0 33 336 51 65
Binary 1010111 1110101 10111001 110101 100101 0 11011 11011110 101001 110101

Color Harmonies of #5775B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5775B9

Black with #5775B9

Text Example


Text Example

White with #5775B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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