Html Css Color HEX #5A78CA Havelock Blue

📋 copy color: '#5A78CA'

red 90 ◦ green 120 ◦ blue 202

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

Shades of Havelock Blue #5A78CA

Tints of Havelock Blue #5A78CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 21.84%
G = 29.13%
B = 49.03%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A78CA (or 0x5A78CA) is known color: Havelock Blue. HEX triplet: 5A, 78 and CA. RGB value is (90,120,202). Sum of RGB (Red+Green+Blue) = 90+120+202=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A78CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A78CA is #A58735. Grayscale: #787878. Windows color (decimal): -10848054 or 13269082. OLE color: 13269082.

HSL color Cylindrical-coordinate representation of color #5A78CA: hue angle of 223.93º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A78CA is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 120 202 -
CMYK 0.55 0.41 0 0.21
HSL 223.93º 0.51% 0.57% -
HSV(B) 223.93º 0.55% 0.79% -
XYZ 21.59 19.87 58.57 -
YUV 120.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 90 120 202 0.55 0.41 0 0.21 223.93 0.51 0.57
Hex 5A 78 CA 37 29 0 15 E0 33 39
Octal 132 170 312 67 51 0 25 340 63 71
Binary 1011010 1111000 11001010 110111 101001 0 10101 11100000 110011 111001

Color Harmonies of #5A78CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A78CA

Black with #5A78CA

Text Example


Text Example

White with #5A78CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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