Html Css Color HEX #5A78BE Havelock Blue

📋 copy color: '#5A78BE'

red 90 ◦ green 120 ◦ blue 190

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

Shades of Havelock Blue #5A78BE

Tints of Havelock Blue #5A78BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 22.5%
G = 30%
B = 47.5%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A78BE (or 0x5A78BE) is known color: Havelock Blue. HEX triplet: 5A, 78 and BE. RGB value is (90,120,190). Sum of RGB (Red+Green+Blue) = 90+120+190=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A78BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A78BE is #A58741. Grayscale: #767676. Windows color (decimal): -10848066 or 12482650. OLE color: 12482650.

HSL color Cylindrical-coordinate representation of color #5A78BE: hue angle of 222º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A78BE is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 120 190 -
CMYK 0.53 0.37 0 0.25
HSL 222º 0.43% 0.55% -
HSV(B) 222º 0.53% 0.75% -
XYZ 20.23 19.32 51.38 -
YUV 119.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 90 120 190 0.53 0.37 0 0.25 222 0.43 0.55
Hex 5A 78 BE 35 25 0 19 DE 2B 37
Octal 132 170 276 65 45 0 31 336 53 67
Binary 1011010 1111000 10111110 110101 100101 0 11001 11011110 101011 110111

Color Harmonies of #5A78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A78BE

Black with #5A78BE

Text Example


Text Example

White with #5A78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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