Html Css Color HEX #515B7E Chambray

📋 copy color: '#515B7E'

red 81 ◦ green 91 ◦ blue 126

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

Shades of Chambray #515B7E

Tints of Chambray #515B7E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.54%

 BLUE value IS 126 (49.61% from 255) = 42.28%

R = 27.18%
G = 30.54%
B = 42.28%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#515B7E (or 0x515B7E) is known color: Chambray. HEX triplet: 51, 5B and 7E. RGB value is (81,91,126). Sum of RGB (Red+Green+Blue) = 81+91+126=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 126 - color contains mainly: blue. Hex color #515B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B7E is #AEA481. Grayscale: #5B5B5B. Windows color (decimal): -11445378 or 8280913. OLE color: 8280913.

HSL color Cylindrical-coordinate representation of color #515B7E: hue angle of 226.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #515B7E is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 91 126 -
CMYK 0.36 0.28 0 0.51
HSL 226.67º 0.22% 0.41% -
HSV(B) 226.67º 0.36% 0.49% -
XYZ 10.9 10.74 21.24 -
YUV 92 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 81 91 126 0.36 0.28 0 0.51 226.67 0.22 0.41
Hex 51 5B 7E 24 1C 0 33 E3 16 29
Octal 121 133 176 44 34 0 63 343 26 51
Binary 1010001 1011011 1111110 100100 11100 0 110011 11100011 10110 101001

Color Harmonies of #515B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B7E

Black with #515B7E

Text Example


Text Example

White with #515B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,91,126); }

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

background-color css

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

 a { background-color: rgb(81,91,126); }

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

border-color css

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

 span { border-color: rgb(81,91,126); }

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