Html Css Color HEX #5A78BC Havelock Blue

📋 copy color: '#5A78BC'

red 90 ◦ green 120 ◦ blue 188

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

Shades of Havelock Blue #5A78BC

Tints of Havelock Blue #5A78BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 22.61%
G = 30.15%
B = 47.24%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A78BC (or 0x5A78BC) is known color: Havelock Blue. HEX triplet: 5A, 78 and BC. RGB value is (90,120,188). Sum of RGB (Red+Green+Blue) = 90+120+188=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A78BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A78BC is #A58743. Grayscale: #767676. Windows color (decimal): -10848068 or 12351578. OLE color: 12351578.

HSL color Cylindrical-coordinate representation of color #5A78BC: hue angle of 221.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A78BC is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 120 188 -
CMYK 0.52 0.36 0 0.26
HSL 221.63º 0.42% 0.55% -
HSV(B) 221.63º 0.52% 0.74% -
XYZ 20.01 19.24 50.24 -
YUV 118.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 90 120 188 0.52 0.36 0 0.26 221.63 0.42 0.55
Hex 5A 78 BC 34 24 0 1A DE 2A 37
Octal 132 170 274 64 44 0 32 336 52 67
Binary 1011010 1111000 10111100 110100 100100 0 11010 11011110 101010 110111

Color Harmonies of #5A78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A78BC

Black with #5A78BC

Text Example


Text Example

White with #5A78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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