Html Css Color HEX #5778B3 Havelock Blue

📋 copy color: '#5778B3'

red 87 ◦ green 120 ◦ blue 179

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

Shades of Havelock Blue #5778B3

Tints of Havelock Blue #5778B3

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

 BLUE value IS 179 (70.31% from 255) = 46.37%

R = 22.54%
G = 31.09%
B = 46.37%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5778B3 (or 0x5778B3) is known color: Havelock Blue. HEX triplet: 57, 78 and B3. RGB value is (87,120,179). Sum of RGB (Red+Green+Blue) = 87+120+179=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #5778B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5778B3 is #A8874C. Grayscale: #747474. Windows color (decimal): -11044685 or 11761751. OLE color: 11761751.

HSL color Cylindrical-coordinate representation of color #5778B3: hue angle of 218.48º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5778B3 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 87 120 179 -
CMYK 0.51 0.33 0 0.30
HSL 218.48º 0.38% 0.52% -
HSV(B) 218.48º 0.51% 0.7% -
XYZ 18.78 18.71 45.27 -
YUV 116.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 87 120 179 0.51 0.33 0 0.30 218.48 0.38 0.52
Hex 57 78 B3 33 21 0 1E DA 26 34
Octal 127 170 263 63 41 0 36 332 46 64
Binary 1010111 1111000 10110011 110011 100001 0 11110 11011010 100110 110100

Color Harmonies of #5778B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5778B3

Black with #5778B3

Text Example


Text Example

White with #5778B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5778B3; }

 p { color: rgb(87,120,179); }

 H1.HeaderClassName
 {
   color: #5778B3;
 }
 .AnyTagClassName
 {
   color: #5778B3;
 }
</style>

background-color css

<style>
 a { background-color: #5778B3; }

 a { background-color: rgb(87,120,179); }

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

border-color css

<style>
 span { border-color: #5778B3; }

 span { border-color: rgb(87,120,179); }

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