Html Css Color HEX #516BC0 Chetwode Blue

📋 copy color: '#516BC0'

red 81 ◦ green 107 ◦ blue 192

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

Shades of Chetwode Blue #516BC0

Tints of Chetwode Blue #516BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.16%

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

R = 21.32%
G = 28.16%
B = 50.53%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#516BC0 (or 0x516BC0) is known color: Chetwode Blue. HEX triplet: 51, 6B and C0. RGB value is (81,107,192). Sum of RGB (Red+Green+Blue) = 81+107+192=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #516BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BC0 is #AE943F. Grayscale: #6C6C6C. Windows color (decimal): -11441216 or 12610385. OLE color: 12610385.

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

Color convert

RGB 81 107 192 -
CMYK 0.58 0.44 0 0.25
HSL 225.95º 0.47% 0.54% -
HSV(B) 225.95º 0.58% 0.75% -
XYZ 18.17 16.07 52.01 -
YUV 108.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 81 107 192 0.58 0.44 0 0.25 225.95 0.47 0.54
Hex 51 6B C0 3A 2C 0 19 E2 2F 36
Octal 121 153 300 72 54 0 31 342 57 66
Binary 1010001 1101011 11000000 111010 101100 0 11001 11100010 101111 110110

Color Harmonies of #516BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516BC0

Black with #516BC0

Text Example


Text Example

White with #516BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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