Html Css Color HEX #516CB6 Chetwode Blue

📋 copy color: '#516CB6'

red 81 ◦ green 108 ◦ blue 182

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

Shades of Chetwode Blue #516CB6

Tints of Chetwode Blue #516CB6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.11%

 BLUE value IS 182 (71.48% from 255) = 49.06%

R = 21.83%
G = 29.11%
B = 49.06%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#516CB6 (or 0x516CB6) is known color: Chetwode Blue. HEX triplet: 51, 6C and B6. RGB value is (81,108,182). Sum of RGB (Red+Green+Blue) = 81+108+182=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #516CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CB6 is #AE9349. Grayscale: #6C6C6C. Windows color (decimal): -11440970 or 11955281. OLE color: 11955281.

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

Color convert

RGB 81 108 182 -
CMYK 0.55 0.41 0 0.29
HSL 223.96º 0.41% 0.52% -
HSV(B) 223.96º 0.55% 0.71% -
XYZ 17.2 15.85 46.41 -
YUV 108.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 81 108 182 0.55 0.41 0 0.29 223.96 0.41 0.52
Hex 51 6C B6 37 29 0 1D E0 29 34
Octal 121 154 266 67 51 0 35 340 51 64
Binary 1010001 1101100 10110110 110111 101001 0 11101 11100000 101001 110100

Color Harmonies of #516CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CB6

Black with #516CB6

Text Example


Text Example

White with #516CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,108,182); }

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

background-color css

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

 a { background-color: rgb(81,108,182); }

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

border-color css

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

 span { border-color: rgb(81,108,182); }

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