Html Css Color HEX #5470BC Chetwode Blue

📋 copy color: '#5470BC'

red 84 ◦ green 112 ◦ blue 188

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

Shades of Chetwode Blue #5470BC

Tints of Chetwode Blue #5470BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 21.88%
G = 29.17%
B = 48.96%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5470BC (or 0x5470BC) is known color: Chetwode Blue. HEX triplet: 54, 70 and BC. RGB value is (84,112,188). Sum of RGB (Red+Green+Blue) = 84+112+188=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #5470BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470BC is #AB8F43. Grayscale: #6F6F6F. Windows color (decimal): -11243332 or 12349524. OLE color: 12349524.

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

Color convert

RGB 84 112 188 -
CMYK 0.55 0.40 0 0.26
HSL 223.85º 0.44% 0.53% -
HSV(B) 223.85º 0.55% 0.74% -
XYZ 18.53 17.1 49.9 -
YUV 112.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 84 112 188 0.55 0.40 0 0.26 223.85 0.44 0.53
Hex 54 70 BC 37 28 0 1A E0 2C 35
Octal 124 160 274 67 50 0 32 340 54 65
Binary 1010100 1110000 10111100 110111 101000 0 11010 11100000 101100 110101

Color Harmonies of #5470BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5470BC

Black with #5470BC

Text Example


Text Example

White with #5470BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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