Html Css Color HEX #516CC0 Chetwode Blue

📋 copy color: '#516CC0'

red 81 ◦ green 108 ◦ blue 192

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

Shades of Chetwode Blue #516CC0

Tints of Chetwode Blue #516CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

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

R = 21.26%
G = 28.35%
B = 50.39%

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

#516CC0 (or 0x516CC0) is known color: Chetwode Blue. HEX triplet: 51, 6C and C0. RGB value is (81,108,192). Sum of RGB (Red+Green+Blue) = 81+108+192=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #516CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CC0 is #AE933F. Grayscale: #6D6D6D. Windows color (decimal): -11440960 or 12610641. OLE color: 12610641.

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

Color convert

RGB 81 108 192 -
CMYK 0.58 0.44 0 0.25
HSL 225.41º 0.47% 0.54% -
HSV(B) 225.41º 0.58% 0.75% -
XYZ 18.27 16.28 52.05 -
YUV 109.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 81 108 192 0.58 0.44 0 0.25 225.41 0.47 0.54
Hex 51 6C C0 3A 2C 0 19 E1 2F 36
Octal 121 154 300 72 54 0 31 341 57 66
Binary 1010001 1101100 11000000 111010 101100 0 11001 11100001 101111 110110

Color Harmonies of #516CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CC0

Black with #516CC0

Text Example


Text Example

White with #516CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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