Html Css Color HEX #5169BA Chetwode Blue

📋 copy color: '#5169BA'

red 81 ◦ green 105 ◦ blue 186

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

Shades of Chetwode Blue #5169BA

Tints of Chetwode Blue #5169BA

RGB

 RED value IS 81 (32.03% from 255) = 21.77%

 GREEN value IS 105 (41.41% from 255) = 28.23%

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

R = 21.77%
G = 28.23%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5169BA (or 0x5169BA) is known color: Chetwode Blue. HEX triplet: 51, 69 and BA. RGB value is (81,105,186). Sum of RGB (Red+Green+Blue) = 81+105+186=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #5169BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5169BA is #AE9645. Grayscale: #6A6A6A. Windows color (decimal): -11441734 or 12216657. OLE color: 12216657.

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

Color convert

RGB 81 105 186 -
CMYK 0.56 0.44 0 0.27
HSL 226.29º 0.43% 0.52% -
HSV(B) 226.29º 0.56% 0.73% -
XYZ 17.31 15.4 48.51 -
YUV 107.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 81 105 186 0.56 0.44 0 0.27 226.29 0.43 0.52
Hex 51 69 BA 38 2C 0 1B E2 2B 34
Octal 121 151 272 70 54 0 33 342 53 64
Binary 1010001 1101001 10111010 111000 101100 0 11011 11100010 101011 110100

Color Harmonies of #5169BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5169BA

Black with #5169BA

Text Example


Text Example

White with #5169BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,105,186); }

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

background-color css

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

 a { background-color: rgb(81,105,186); }

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

border-color css

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

 span { border-color: rgb(81,105,186); }

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