Html Css Color HEX #5A78BA Havelock Blue

📋 copy color: '#5A78BA'

red 90 ◦ green 120 ◦ blue 186

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

Shades of Havelock Blue #5A78BA

Tints of Havelock Blue #5A78BA

RGB

 RED value IS 90 (35.55% from 255) = 22.73%

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

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

R = 22.73%
G = 30.3%
B = 46.97%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A78BA (or 0x5A78BA) is known color: Havelock Blue. HEX triplet: 5A, 78 and BA. RGB value is (90,120,186). Sum of RGB (Red+Green+Blue) = 90+120+186=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A78BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A78BA is #A58745. Grayscale: #767676. Windows color (decimal): -10848070 or 12220506. OLE color: 12220506.

HSL color Cylindrical-coordinate representation of color #5A78BA: hue angle of 221.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A78BA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 120 186 -
CMYK 0.52 0.35 0 0.27
HSL 221.25º 0.41% 0.54% -
HSV(B) 221.25º 0.52% 0.73% -
XYZ 19.8 19.15 49.11 -
YUV 118.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 90 120 186 0.52 0.35 0 0.27 221.25 0.41 0.54
Hex 5A 78 BA 34 23 0 1B DD 29 36
Octal 132 170 272 64 43 0 33 335 51 66
Binary 1011010 1111000 10111010 110100 100011 0 11011 11011101 101001 110110

Color Harmonies of #5A78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A78BA

Black with #5A78BA

Text Example


Text Example

White with #5A78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A78BA; }

 p { color: rgb(90,120,186); }

 H1.HeaderClassName
 {
   color: #5A78BA;
 }
 .AnyTagClassName
 {
   color: #5A78BA;
 }
</style>

background-color css

<style>
 a { background-color: #5A78BA; }

 a { background-color: rgb(90,120,186); }

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

border-color css

<style>
 span { border-color: #5A78BA; }

 span { border-color: rgb(90,120,186); }

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