Html Css Color HEX #5479CA Havelock Blue

📋 copy color: '#5479CA'

red 84 ◦ green 121 ◦ blue 202

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

Shades of Havelock Blue #5479CA

Tints of Havelock Blue #5479CA

RGB

 RED value IS 84 (33.2% from 255) = 20.64%

 GREEN value IS 121 (47.66% from 255) = 29.73%

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

R = 20.64%
G = 29.73%
B = 49.63%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5479CA (or 0x5479CA) is known color: Havelock Blue. HEX triplet: 54, 79 and CA. RGB value is (84,121,202). Sum of RGB (Red+Green+Blue) = 84+121+202=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #5479CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5479CA is #AB8635. Grayscale: #767676. Windows color (decimal): -11241014 or 13269332. OLE color: 13269332.

HSL color Cylindrical-coordinate representation of color #5479CA: hue angle of 221.19º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5479CA is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 121 202 -
CMYK 0.58 0.40 0 0.21
HSL 221.19º 0.53% 0.56% -
HSV(B) 221.19º 0.58% 0.79% -
XYZ 21.15 19.82 58.59 -
YUV 119.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 84 121 202 0.58 0.40 0 0.21 221.19 0.53 0.56
Hex 54 79 CA 3A 28 0 15 DD 35 38
Octal 124 171 312 72 50 0 25 335 65 70
Binary 1010100 1111001 11001010 111010 101000 0 10101 11011101 110101 111000

Color Harmonies of #5479CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5479CA

Black with #5479CA

Text Example


Text Example

White with #5479CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5479CA; }

 p { color: rgb(84,121,202); }

 H1.HeaderClassName
 {
   color: #5479CA;
 }
 .AnyTagClassName
 {
   color: #5479CA;
 }
</style>

background-color css

<style>
 a { background-color: #5479CA; }

 a { background-color: rgb(84,121,202); }

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

border-color css

<style>
 span { border-color: #5479CA; }

 span { border-color: rgb(84,121,202); }

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