Html Css Color HEX #516084 Chambray

📋 copy color: '#516084'

red 81 ◦ green 96 ◦ blue 132

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

Shades of Chambray #516084

Tints of Chambray #516084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.07%

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 26.21%
G = 31.07%
B = 42.72%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516084 (or 0x516084) is known color: Chambray. HEX triplet: 51, 60 and 84. RGB value is (81,96,132). Sum of RGB (Red+Green+Blue) = 81+96+132=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #516084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516084 is #AE9F7B. Grayscale: #5F5F5F. Windows color (decimal): -11444092 or 8675409. OLE color: 8675409.

HSL color Cylindrical-coordinate representation of color #516084: hue angle of 222.35º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516084 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 96 132 -
CMYK 0.39 0.27 0 0.48
HSL 222.35º 0.24% 0.42% -
HSV(B) 222.35º 0.39% 0.52% -
XYZ 11.74 11.78 23.48 -
YUV 95.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 81 96 132 0.39 0.27 0 0.48 222.35 0.24 0.42
Hex 51 60 84 27 1B 0 30 DE 18 2A
Octal 121 140 204 47 33 0 60 336 30 52
Binary 1010001 1100000 10000100 100111 11011 0 110000 11011110 11000 101010

Color Harmonies of #516084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516084

Black with #516084

Text Example


Text Example

White with #516084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516084; }

 p { color: rgb(81,96,132); }

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

background-color css

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

 a { background-color: rgb(81,96,132); }

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

border-color css

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

 span { border-color: rgb(81,96,132); }

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