Html Css Color HEX #516DBF Chetwode Blue

📋 copy color: '#516DBF'

red 81 ◦ green 109 ◦ blue 191

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

Shades of Chetwode Blue #516DBF

Tints of Chetwode Blue #516DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.61%

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

R = 21.26%
G = 28.61%
B = 50.13%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#516DBF (or 0x516DBF) is known color: Chetwode Blue. HEX triplet: 51, 6D and BF. RGB value is (81,109,191). Sum of RGB (Red+Green+Blue) = 81+109+191=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #516DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DBF is #AE9240. Grayscale: #6D6D6D. Windows color (decimal): -11440705 or 12545361. OLE color: 12545361.

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

Color convert

RGB 81 109 191 -
CMYK 0.58 0.43 0 0.25
HSL 224.73º 0.46% 0.53% -
HSV(B) 224.73º 0.58% 0.75% -
XYZ 18.27 16.45 51.5 -
YUV 109.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 81 109 191 0.58 0.43 0 0.25 224.73 0.46 0.53
Hex 51 6D BF 3A 2B 0 19 E1 2E 35
Octal 121 155 277 72 53 0 31 341 56 65
Binary 1010001 1101101 10111111 111010 101011 0 11001 11100001 101110 110101

Color Harmonies of #516DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DBF

Black with #516DBF

Text Example


Text Example

White with #516DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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