Html Css Color HEX #516281 Chambray

📋 copy color: '#516281'

red 81 ◦ green 98 ◦ blue 129

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

Shades of Chambray #516281

Tints of Chambray #516281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.82%

 BLUE value IS 129 (50.78% from 255) = 41.88%

R = 26.3%
G = 31.82%
B = 41.88%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#516281 (or 0x516281) is known color: Chambray. HEX triplet: 51, 62 and 81. RGB value is (81,98,129). Sum of RGB (Red+Green+Blue) = 81+98+129=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #516281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516281 is #AE9D7E. Grayscale: #606060. Windows color (decimal): -11443583 or 8479313. OLE color: 8479313.

HSL color Cylindrical-coordinate representation of color #516281: hue angle of 218.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #516281 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 98 129 -
CMYK 0.37 0.24 0 0.49
HSL 218.75º 0.23% 0.41% -
HSV(B) 218.75º 0.37% 0.51% -
XYZ 11.72 12.07 22.48 -
YUV 96.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 81 98 129 0.37 0.24 0 0.49 218.75 0.23 0.41
Hex 51 62 81 25 18 0 31 DB 17 29
Octal 121 142 201 45 30 0 61 333 27 51
Binary 1010001 1100010 10000001 100101 11000 0 110001 11011011 10111 101001

Color Harmonies of #516281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516281

Black with #516281

Text Example


Text Example

White with #516281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516281; }

 p { color: rgb(81,98,129); }

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

background-color css

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

 a { background-color: rgb(81,98,129); }

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

border-color css

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

 span { border-color: rgb(81,98,129); }

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