Html Css Color HEX #516ABF Chetwode Blue

📋 copy color: '#516ABF'

red 81 ◦ green 106 ◦ blue 191

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

Shades of Chetwode Blue #516ABF

Tints of Chetwode Blue #516ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.53%

R = 21.43%
G = 28.04%
B = 50.53%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#516ABF (or 0x516ABF) is known color: Chetwode Blue. HEX triplet: 51, 6A and BF. RGB value is (81,106,191). Sum of RGB (Red+Green+Blue) = 81+106+191=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #516ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ABF is #AE9540. Grayscale: #6B6B6B. Windows color (decimal): -11441473 or 12544593. OLE color: 12544593.

HSL color Cylindrical-coordinate representation of color #516ABF: hue angle of 226.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #516ABF is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 106 191 -
CMYK 0.58 0.45 0 0.25
HSL 226.36º 0.46% 0.53% -
HSV(B) 226.36º 0.58% 0.75% -
XYZ 17.95 15.82 51.4 -
YUV 108.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 81 106 191 0.58 0.45 0 0.25 226.36 0.46 0.53
Hex 51 6A BF 3A 2D 0 19 E2 2E 35
Octal 121 152 277 72 55 0 31 342 56 65
Binary 1010001 1101010 10111111 111010 101101 0 11001 11100010 101110 110101

Color Harmonies of #516ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516ABF

Black with #516ABF

Text Example


Text Example

White with #516ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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