Html Css Color HEX #515B6D Chambray

📋 copy color: '#515B6D'

red 81 ◦ green 91 ◦ blue 109

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

Shades of Chambray #515B6D

Tints of Chambray #515B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.79%

R = 28.83%
G = 32.38%
B = 38.79%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#515B6D (or 0x515B6D) is known color: Chambray. HEX triplet: 51, 5B and 6D. RGB value is (81,91,109). Sum of RGB (Red+Green+Blue) = 81+91+109=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #515B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B6D is #AEA492. Grayscale: #595959. Windows color (decimal): -11445395 or 7166801. OLE color: 7166801.

HSL color Cylindrical-coordinate representation of color #515B6D: hue angle of 218.57º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #515B6D is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 91 109 -
CMYK 0.26 0.17 0 0.57
HSL 218.57º 0.15% 0.37% -
HSV(B) 218.57º 0.26% 0.43% -
XYZ 9.89 10.34 15.94 -
YUV 90.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 81 91 109 0.26 0.17 0 0.57 218.57 0.15 0.37
Hex 51 5B 6D 1A 11 0 39 DB F 25
Octal 121 133 155 32 21 0 71 333 17 45
Binary 1010001 1011011 1101101 11010 10001 0 111001 11011011 1111 100101

Color Harmonies of #515B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B6D

Black with #515B6D

Text Example


Text Example

White with #515B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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