Html Css Color HEX #5471B8 Chetwode Blue

📋 copy color: '#5471B8'

red 84 ◦ green 113 ◦ blue 184

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

Shades of Chetwode Blue #5471B8

Tints of Chetwode Blue #5471B8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

 BLUE value IS 184 (72.27% from 255) = 48.29%

R = 22.05%
G = 29.66%
B = 48.29%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5471B8 (or 0x5471B8) is known color: Chetwode Blue. HEX triplet: 54, 71 and B8. RGB value is (84,113,184). Sum of RGB (Red+Green+Blue) = 84+113+184=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 184 - color contains mainly: blue. Hex color #5471B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471B8 is #AB8E47. Grayscale: #707070. Windows color (decimal): -11243080 or 12087636. OLE color: 12087636.

HSL color Cylindrical-coordinate representation of color #5471B8: hue angle of 222.6º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5471B8 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 84 113 184 -
CMYK 0.54 0.39 0 0.28
HSL 222.6º 0.41% 0.53% -
HSV(B) 222.6º 0.54% 0.72% -
XYZ 18.21 17.16 47.7 -
YUV 112.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 84 113 184 0.54 0.39 0 0.28 222.6 0.41 0.53
Hex 54 71 B8 36 27 0 1C DF 29 35
Octal 124 161 270 66 47 0 34 337 51 65
Binary 1010100 1110001 10111000 110110 100111 0 11100 11011111 101001 110101

Color Harmonies of #5471B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5471B8

Black with #5471B8

Text Example


Text Example

White with #5471B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5471B8; }

 p { color: rgb(84,113,184); }

 H1.HeaderClassName
 {
   color: #5471B8;
 }
 .AnyTagClassName
 {
   color: #5471B8;
 }
</style>

background-color css

<style>
 a { background-color: #5471B8; }

 a { background-color: rgb(84,113,184); }

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

border-color css

<style>
 span { border-color: #5471B8; }

 span { border-color: rgb(84,113,184); }

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