Html Css Color HEX #516DB8 Chetwode Blue

📋 copy color: '#516DB8'

red 81 ◦ green 109 ◦ blue 184

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

Shades of Chetwode Blue #516DB8

Tints of Chetwode Blue #516DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.2%

R = 21.66%
G = 29.14%
B = 49.2%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#516DB8 (or 0x516DB8) is known color: Chetwode Blue. HEX triplet: 51, 6D and B8. RGB value is (81,109,184). Sum of RGB (Red+Green+Blue) = 81+109+184=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #516DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DB8 is #AE9247. Grayscale: #6C6C6C. Windows color (decimal): -11440712 or 12086609. OLE color: 12086609.

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

Color convert

RGB 81 109 184 -
CMYK 0.56 0.41 0 0.28
HSL 223.69º 0.42% 0.52% -
HSV(B) 223.69º 0.56% 0.72% -
XYZ 17.51 16.15 47.54 -
YUV 109.18 170.22 107.9 -
System Red Green Blue C M Y K H S L
Decimal 81 109 184 0.56 0.41 0 0.28 223.69 0.42 0.52
Hex 51 6D B8 38 29 0 1C E0 2A 34
Octal 121 155 270 70 51 0 34 340 52 64
Binary 1010001 1101101 10111000 111000 101001 0 11100 11100000 101010 110100

Color Harmonies of #516DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DB8

Black with #516DB8

Text Example


Text Example

White with #516DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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