Html Css Color HEX #5470BD Chetwode Blue

📋 copy color: '#5470BD'

red 84 ◦ green 112 ◦ blue 189

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

Shades of Chetwode Blue #5470BD

Tints of Chetwode Blue #5470BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 21.82%
G = 29.09%
B = 49.09%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5470BD (or 0x5470BD) is known color: Chetwode Blue. HEX triplet: 54, 70 and BD. RGB value is (84,112,189). Sum of RGB (Red+Green+Blue) = 84+112+189=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #5470BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470BD is #AB8F42. Grayscale: #707070. Windows color (decimal): -11243331 or 12415060. OLE color: 12415060.

HSL color Cylindrical-coordinate representation of color #5470BD: hue angle of 224º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5470BD is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 112 189 -
CMYK 0.56 0.41 0 0.26
HSL 224º 0.44% 0.54% -
HSV(B) 224º 0.56% 0.74% -
XYZ 18.64 17.15 50.47 -
YUV 112.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 84 112 189 0.56 0.41 0 0.26 224 0.44 0.54
Hex 54 70 BD 38 29 0 1A E0 2C 36
Octal 124 160 275 70 51 0 32 340 54 66
Binary 1010100 1110000 10111101 111000 101001 0 11010 11100000 101100 110110

Color Harmonies of #5470BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5470BD

Black with #5470BD

Text Example


Text Example

White with #5470BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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