Html Css Color HEX #516DC0 Chetwode Blue

📋 copy color: '#516DC0'

red 81 ◦ green 109 ◦ blue 192

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

Shades of Chetwode Blue #516DC0

Tints of Chetwode Blue #516DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.26%

R = 21.2%
G = 28.53%
B = 50.26%

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

#516DC0 (or 0x516DC0) is known color: Chetwode Blue. HEX triplet: 51, 6D and C0. RGB value is (81,109,192). Sum of RGB (Red+Green+Blue) = 81+109+192=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #516DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DC0 is #AE923F. Grayscale: #6D6D6D. Windows color (decimal): -11440704 or 12610897. OLE color: 12610897.

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

Color convert

RGB 81 109 192 -
CMYK 0.58 0.43 0 0.25
HSL 224.86º 0.47% 0.54% -
HSV(B) 224.86º 0.58% 0.75% -
XYZ 18.38 16.49 52.08 -
YUV 110.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 81 109 192 0.58 0.43 0 0.25 224.86 0.47 0.54
Hex 51 6D C0 3A 2B 0 19 E1 2F 36
Octal 121 155 300 72 53 0 31 341 57 66
Binary 1010001 1101101 11000000 111010 101011 0 11001 11100001 101111 110110

Color Harmonies of #516DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DC0

Black with #516DC0

Text Example


Text Example

White with #516DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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