Html Css Color HEX #516DBC Chetwode Blue

📋 copy color: '#516DBC'

red 81 ◦ green 109 ◦ blue 188

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

Shades of Chetwode Blue #516DBC

Tints of Chetwode Blue #516DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 21.43%
G = 28.84%
B = 49.74%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#516DBC (or 0x516DBC) is known color: Chetwode Blue. HEX triplet: 51, 6D and BC. RGB value is (81,109,188). Sum of RGB (Red+Green+Blue) = 81+109+188=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #516DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DBC is #AE9243. Grayscale: #6D6D6D. Windows color (decimal): -11440708 or 12348753. OLE color: 12348753.

HSL color Cylindrical-coordinate representation of color #516DBC: hue angle of 224.3º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #516DBC is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 109 188 -
CMYK 0.57 0.42 0 0.26
HSL 224.3º 0.44% 0.53% -
HSV(B) 224.3º 0.57% 0.74% -
XYZ 17.94 16.32 49.78 -
YUV 109.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 81 109 188 0.57 0.42 0 0.26 224.3 0.44 0.53
Hex 51 6D BC 39 2A 0 1A E0 2C 35
Octal 121 155 274 71 52 0 32 340 54 65
Binary 1010001 1101101 10111100 111001 101010 0 11010 11100000 101100 110101

Color Harmonies of #516DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DBC

Black with #516DBC

Text Example


Text Example

White with #516DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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