Html Css Color HEX #516DB9 Chetwode Blue

📋 copy color: '#516DB9'

red 81 ◦ green 109 ◦ blue 185

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

Shades of Chetwode Blue #516DB9

Tints of Chetwode Blue #516DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.33%

R = 21.6%
G = 29.07%
B = 49.33%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#516DB9 (or 0x516DB9) is known color: Chetwode Blue. HEX triplet: 51, 6D and B9. RGB value is (81,109,185). Sum of RGB (Red+Green+Blue) = 81+109+185=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #516DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DB9 is #AE9246. Grayscale: #6C6C6C. Windows color (decimal): -11440711 or 12152145. OLE color: 12152145.

HSL color Cylindrical-coordinate representation of color #516DB9: hue angle of 223.85º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #516DB9 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 109 185 -
CMYK 0.56 0.41 0 0.27
HSL 223.85º 0.43% 0.52% -
HSV(B) 223.85º 0.56% 0.73% -
XYZ 17.62 16.19 48.1 -
YUV 109.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 81 109 185 0.56 0.41 0 0.27 223.85 0.43 0.52
Hex 51 6D B9 38 29 0 1B E0 2B 34
Octal 121 155 271 70 51 0 33 340 53 64
Binary 1010001 1101101 10111001 111000 101001 0 11011 11100000 101011 110100

Color Harmonies of #516DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DB9

Black with #516DB9

Text Example


Text Example

White with #516DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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