Html Css Color HEX #5476CA Havelock Blue

📋 copy color: '#5476CA'

red 84 ◦ green 118 ◦ blue 202

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

Shades of Havelock Blue #5476CA

Tints of Havelock Blue #5476CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.21%

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

R = 20.79%
G = 29.21%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5476CA (or 0x5476CA) is known color: Havelock Blue. HEX triplet: 54, 76 and CA. RGB value is (84,118,202). Sum of RGB (Red+Green+Blue) = 84+118+202=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #5476CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5476CA is #AB8935. Grayscale: #757575. Windows color (decimal): -11241782 or 13268564. OLE color: 13268564.

HSL color Cylindrical-coordinate representation of color #5476CA: hue angle of 222.71º 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 #5476CA is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 118 202 -
CMYK 0.58 0.42 0 0.21
HSL 222.71º 0.53% 0.56% -
HSV(B) 222.71º 0.58% 0.79% -
XYZ 20.8 19.11 58.47 -
YUV 117.41 175.74 104.17 -
System Red Green Blue C M Y K H S L
Decimal 84 118 202 0.58 0.42 0 0.21 222.71 0.53 0.56
Hex 54 76 CA 3A 2A 0 15 DF 35 38
Octal 124 166 312 72 52 0 25 337 65 70
Binary 1010100 1110110 11001010 111010 101010 0 10101 11011111 110101 111000

Color Harmonies of #5476CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5476CA

Black with #5476CA

Text Example


Text Example

White with #5476CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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