Html Css Color HEX #5774BD Havelock Blue

📋 copy color: '#5774BD'

red 87 ◦ green 116 ◦ blue 189

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

Shades of Havelock Blue #5774BD

Tints of Havelock Blue #5774BD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.59%

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 22.19%
G = 29.59%
B = 48.21%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5774BD (or 0x5774BD) is known color: Havelock Blue. HEX triplet: 57, 74 and BD. RGB value is (87,116,189). Sum of RGB (Red+Green+Blue) = 87+116+189=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #5774BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5774BD is #A88B42. Grayscale: #737373. Windows color (decimal): -11045699 or 12416087. OLE color: 12416087.

HSL color Cylindrical-coordinate representation of color #5774BD: hue angle of 222.94º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5774BD is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 116 189 -
CMYK 0.54 0.39 0 0.26
HSL 222.94º 0.44% 0.54% -
HSV(B) 222.94º 0.54% 0.74% -
XYZ 19.36 18.19 50.63 -
YUV 115.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 87 116 189 0.54 0.39 0 0.26 222.94 0.44 0.54
Hex 57 74 BD 36 27 0 1A DF 2C 36
Octal 127 164 275 66 47 0 32 337 54 66
Binary 1010111 1110100 10111101 110110 100111 0 11010 11011111 101100 110110

Color Harmonies of #5774BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5774BD

Black with #5774BD

Text Example


Text Example

White with #5774BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5774BD; }

 p { color: rgb(87,116,189); }

 H1.HeaderClassName
 {
   color: #5774BD;
 }
 .AnyTagClassName
 {
   color: #5774BD;
 }
</style>

background-color css

<style>
 a { background-color: #5774BD; }

 a { background-color: rgb(87,116,189); }

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

border-color css

<style>
 span { border-color: #5774BD; }

 span { border-color: rgb(87,116,189); }

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