Html Css Color HEX #516B8A Wedgewood

📋 copy color: '#516B8A'

red 81 ◦ green 107 ◦ blue 138

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

Shades of Wedgewood #516B8A

Tints of Wedgewood #516B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.82%

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 24.85%
G = 32.82%
B = 42.33%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#516B8A (or 0x516B8A) is known color: Wedgewood. HEX triplet: 51, 6B and 8A. RGB value is (81,107,138). Sum of RGB (Red+Green+Blue) = 81+107+138=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #516B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B8A is #AE9475. Grayscale: #666666. Windows color (decimal): -11441270 or 9071441. OLE color: 9071441.

HSL color Cylindrical-coordinate representation of color #516B8A: hue angle of 212.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #516B8A is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 107 138 -
CMYK 0.41 0.22 0 0.46
HSL 212.63º 0.26% 0.43% -
HSV(B) 212.63º 0.41% 0.54% -
XYZ 13.24 14.1 26.07 -
YUV 102.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 81 107 138 0.41 0.22 0 0.46 212.63 0.26 0.43
Hex 51 6B 8A 29 16 0 2E D5 1A 2B
Octal 121 153 212 51 26 0 56 325 32 53
Binary 1010001 1101011 10001010 101001 10110 0 101110 11010101 11010 101011

Color Harmonies of #516B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B8A

Black with #516B8A

Text Example


Text Example

White with #516B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,107,138); }

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

background-color css

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

 a { background-color: rgb(81,107,138); }

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

border-color css

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

 span { border-color: rgb(81,107,138); }

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