Html Css Color HEX #515E86 Chambray

📋 copy color: '#515E86'

red 81 ◦ green 94 ◦ blue 134

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

Shades of Chambray #515E86

Tints of Chambray #515E86

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 134 (52.73% from 255) = 43.37%

R = 26.21%
G = 30.42%
B = 43.37%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#515E86 (or 0x515E86) is known color: Chambray. HEX triplet: 51, 5E and 86. RGB value is (81,94,134). Sum of RGB (Red+Green+Blue) = 81+94+134=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 134 - color contains mainly: blue. Hex color #515E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515E86 is #AEA179. Grayscale: #5E5E5E. Windows color (decimal): -11444602 or 8805969. OLE color: 8805969.

HSL color Cylindrical-coordinate representation of color #515E86: hue angle of 225.28º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515E86 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 94 134 -
CMYK 0.40 0.30 0 0.47
HSL 225.28º 0.25% 0.42% -
HSV(B) 225.28º 0.4% 0.53% -
XYZ 11.7 11.48 24.15 -
YUV 94.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 81 94 134 0.40 0.30 0 0.47 225.28 0.25 0.42
Hex 51 5E 86 28 1E 0 2F E1 19 2A
Octal 121 136 206 50 36 0 57 341 31 52
Binary 1010001 1011110 10000110 101000 11110 0 101111 11100001 11001 101010

Color Harmonies of #515E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E86

Black with #515E86

Text Example


Text Example

White with #515E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515E86; }

 p { color: rgb(81,94,134); }

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

background-color css

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

 a { background-color: rgb(81,94,134); }

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

border-color css

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

 span { border-color: rgb(81,94,134); }

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