Html Css Color HEX #516278 Chambray

📋 copy color: '#516278'

red 81 ◦ green 98 ◦ blue 120

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

Shades of Chambray #516278

Tints of Chambray #516278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 27.09%
G = 32.78%
B = 40.13%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#516278 (or 0x516278) is known color: Chambray. HEX triplet: 51, 62 and 78. RGB value is (81,98,120). Sum of RGB (Red+Green+Blue) = 81+98+120=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #516278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516278 is #AE9D87. Grayscale: #5F5F5F. Windows color (decimal): -11443592 or 7889489. OLE color: 7889489.

HSL color Cylindrical-coordinate representation of color #516278: hue angle of 213.85º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #516278 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 98 120 -
CMYK 0.32 0.18 0 0.53
HSL 213.85º 0.19% 0.39% -
HSV(B) 213.85º 0.33% 0.47% -
XYZ 11.15 11.84 19.47 -
YUV 95.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 81 98 120 0.32 0.18 0 0.53 213.85 0.19 0.39
Hex 51 62 78 20 12 0 35 D6 13 27
Octal 121 142 170 40 22 0 65 326 23 47
Binary 1010001 1100010 1111000 100000 10010 0 110101 11010110 10011 100111

Color Harmonies of #516278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516278

Black with #516278

Text Example


Text Example

White with #516278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516278; }

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

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

background-color css

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

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

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

border-color css

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

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

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