Html Css Color HEX #5470BA Chetwode Blue

📋 copy color: '#5470BA'

red 84 ◦ green 112 ◦ blue 186

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

Shades of Chetwode Blue #5470BA

Tints of Chetwode Blue #5470BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 21.99%
G = 29.32%
B = 48.69%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5470BA (or 0x5470BA) is known color: Chetwode Blue. HEX triplet: 54, 70 and BA. RGB value is (84,112,186). Sum of RGB (Red+Green+Blue) = 84+112+186=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #5470BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470BA is #AB8F45. Grayscale: #6F6F6F. Windows color (decimal): -11243334 or 12218452. OLE color: 12218452.

HSL color Cylindrical-coordinate representation of color #5470BA: hue angle of 223.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5470BA is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 112 186 -
CMYK 0.55 0.40 0 0.27
HSL 223.53º 0.43% 0.53% -
HSV(B) 223.53º 0.55% 0.73% -
XYZ 18.31 17.02 48.77 -
YUV 112.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 84 112 186 0.55 0.40 0 0.27 223.53 0.43 0.53
Hex 54 70 BA 37 28 0 1B E0 2A 35
Octal 124 160 272 67 50 0 33 340 52 65
Binary 1010100 1110000 10111010 110111 101000 0 11011 11100000 101010 110101

Color Harmonies of #5470BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5470BA

Black with #5470BA

Text Example


Text Example

White with #5470BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5470BA; }

 p { color: rgb(84,112,186); }

 H1.HeaderClassName
 {
   color: #5470BA;
 }
 .AnyTagClassName
 {
   color: #5470BA;
 }
</style>

background-color css

<style>
 a { background-color: #5470BA; }

 a { background-color: rgb(84,112,186); }

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

border-color css

<style>
 span { border-color: #5470BA; }

 span { border-color: rgb(84,112,186); }

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