Html Css Color HEX #516275 Chambray

📋 copy color: '#516275'

red 81 ◦ green 98 ◦ blue 117

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

Shades of Chambray #516275

Tints of Chambray #516275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 27.36%
G = 33.11%
B = 39.53%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#516275 (or 0x516275) is known color: Chambray. HEX triplet: 51, 62 and 75. RGB value is (81,98,117). Sum of RGB (Red+Green+Blue) = 81+98+117=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #516275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516275 is #AE9D8A. Grayscale: #5E5E5E. Windows color (decimal): -11443595 or 7692881. OLE color: 7692881.

HSL color Cylindrical-coordinate representation of color #516275: hue angle of 211.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516275 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 98 117 -
CMYK 0.31 0.16 0 0.54
HSL 211.67º 0.18% 0.39% -
HSV(B) 211.67º 0.31% 0.46% -
XYZ 10.97 11.77 18.52 -
YUV 95.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 81 98 117 0.31 0.16 0 0.54 211.67 0.18 0.39
Hex 51 62 75 1F 10 0 36 D4 12 27
Octal 121 142 165 37 20 0 66 324 22 47
Binary 1010001 1100010 1110101 11111 10000 0 110110 11010100 10010 100111

Color Harmonies of #516275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516275

Black with #516275

Text Example


Text Example

White with #516275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516275; }

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

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

background-color css

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

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

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

border-color css

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

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

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