Html Css Color HEX #516083 Chambray

📋 copy color: '#516083'

red 81 ◦ green 96 ◦ blue 131

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

Shades of Chambray #516083

Tints of Chambray #516083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 26.3%
G = 31.17%
B = 42.53%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#516083 (or 0x516083) is known color: Chambray. HEX triplet: 51, 60 and 83. RGB value is (81,96,131). Sum of RGB (Red+Green+Blue) = 81+96+131=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #516083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516083 is #AE9F7C. Grayscale: #5F5F5F. Windows color (decimal): -11444093 or 8609873. OLE color: 8609873.

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

Color convert

RGB 81 96 131 -
CMYK 0.38 0.27 0 0.49
HSL 222º 0.24% 0.42% -
HSV(B) 222º 0.38% 0.51% -
XYZ 11.67 11.75 23.13 -
YUV 95.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 81 96 131 0.38 0.27 0 0.49 222 0.24 0.42
Hex 51 60 83 26 1B 0 31 DE 18 2A
Octal 121 140 203 46 33 0 61 336 30 52
Binary 1010001 1100000 10000011 100110 11011 0 110001 11011110 11000 101010

Color Harmonies of #516083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516083

Black with #516083

Text Example


Text Example

White with #516083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516083; }

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

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

background-color css

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

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

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

border-color css

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

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

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