Html Css Color HEX #516EBC Chetwode Blue

📋 copy color: '#516EBC'

red 81 ◦ green 110 ◦ blue 188

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

Shades of Chetwode Blue #516EBC

Tints of Chetwode Blue #516EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.02%

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

R = 21.37%
G = 29.02%
B = 49.6%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#516EBC (or 0x516EBC) is known color: Chetwode Blue. HEX triplet: 51, 6E and BC. RGB value is (81,110,188). Sum of RGB (Red+Green+Blue) = 81+110+188=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #516EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EBC is #AE9143. Grayscale: #6D6D6D. Windows color (decimal): -11440452 or 12349009. OLE color: 12349009.

HSL color Cylindrical-coordinate representation of color #516EBC: hue angle of 223.74º 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 #516EBC is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 110 188 -
CMYK 0.57 0.41 0 0.26
HSL 223.74º 0.44% 0.53% -
HSV(B) 223.74º 0.57% 0.74% -
XYZ 18.05 16.53 49.82 -
YUV 110.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 81 110 188 0.57 0.41 0 0.26 223.74 0.44 0.53
Hex 51 6E BC 39 29 0 1A E0 2C 35
Octal 121 156 274 71 51 0 32 340 54 65
Binary 1010001 1101110 10111100 111001 101001 0 11010 11100000 101100 110101

Color Harmonies of #516EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516EBC

Black with #516EBC

Text Example


Text Example

White with #516EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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