Html Css Color HEX #516DB5 Chetwode Blue

📋 copy color: '#516DB5'

red 81 ◦ green 109 ◦ blue 181

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

Shades of Chetwode Blue #516DB5

Tints of Chetwode Blue #516DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.79%

R = 21.83%
G = 29.38%
B = 48.79%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#516DB5 (or 0x516DB5) is known color: Chetwode Blue. HEX triplet: 51, 6D and B5. RGB value is (81,109,181). Sum of RGB (Red+Green+Blue) = 81+109+181=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #516DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DB5 is #AE924A. Grayscale: #6C6C6C. Windows color (decimal): -11440715 or 11890001. OLE color: 11890001.

HSL color Cylindrical-coordinate representation of color #516DB5: hue angle of 223.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #516DB5 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 109 181 -
CMYK 0.55 0.40 0 0.29
HSL 223.2º 0.4% 0.51% -
HSV(B) 223.2º 0.55% 0.71% -
XYZ 17.2 16.02 45.9 -
YUV 108.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 81 109 181 0.55 0.40 0 0.29 223.2 0.4 0.51
Hex 51 6D B5 37 28 0 1D DF 28 33
Octal 121 155 265 67 50 0 35 337 50 63
Binary 1010001 1101101 10110101 110111 101000 0 11101 11011111 101000 110011

Color Harmonies of #516DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516DB5

Black with #516DB5

Text Example


Text Example

White with #516DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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