Html Css Color HEX #516ABA Chetwode Blue

📋 copy color: '#516ABA'

red 81 ◦ green 106 ◦ blue 186

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

Shades of Chetwode Blue #516ABA

Tints of Chetwode Blue #516ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.42%

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

R = 21.72%
G = 28.42%
B = 49.87%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#516ABA (or 0x516ABA) is known color: Chetwode Blue. HEX triplet: 51, 6A and BA. RGB value is (81,106,186). Sum of RGB (Red+Green+Blue) = 81+106+186=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #516ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ABA is #AE9545. Grayscale: #6B6B6B. Windows color (decimal): -11441478 or 12216913. OLE color: 12216913.

HSL color Cylindrical-coordinate representation of color #516ABA: hue angle of 225.71º 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 #516ABA is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 106 186 -
CMYK 0.56 0.43 0 0.27
HSL 225.71º 0.43% 0.52% -
HSV(B) 225.71º 0.56% 0.73% -
XYZ 17.41 15.6 48.55 -
YUV 107.65 172.22 109 -
System Red Green Blue C M Y K H S L
Decimal 81 106 186 0.56 0.43 0 0.27 225.71 0.43 0.52
Hex 51 6A BA 38 2B 0 1B E2 2B 34
Octal 121 152 272 70 53 0 33 342 53 64
Binary 1010001 1101010 10111010 111000 101011 0 11011 11100010 101011 110100

Color Harmonies of #516ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516ABA

Black with #516ABA

Text Example


Text Example

White with #516ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516ABA; }

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

 H1.HeaderClassName
 {
   color: #516ABA;
 }
 .AnyTagClassName
 {
   color: #516ABA;
 }
</style>

background-color css

<style>
 a { background-color: #516ABA; }

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

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

border-color css

<style>
 span { border-color: #516ABA; }

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

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