Html Css Color HEX #515B72 Chambray

📋 copy color: '#515B72'

red 81 ◦ green 91 ◦ blue 114

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

Shades of Chambray #515B72

Tints of Chambray #515B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.86%

R = 28.32%
G = 31.82%
B = 39.86%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515B72 (or 0x515B72) is known color: Chambray. HEX triplet: 51, 5B and 72. RGB value is (81,91,114). Sum of RGB (Red+Green+Blue) = 81+91+114=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #515B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B72 is #AEA48D. Grayscale: #5A5A5A. Windows color (decimal): -11445390 or 7494481. OLE color: 7494481.

HSL color Cylindrical-coordinate representation of color #515B72: hue angle of 221.82º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #515B72 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 91 114 -
CMYK 0.29 0.20 0 0.55
HSL 221.82º 0.17% 0.38% -
HSV(B) 221.82º 0.29% 0.45% -
XYZ 10.17 10.45 17.4 -
YUV 90.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 81 91 114 0.29 0.20 0 0.55 221.82 0.17 0.38
Hex 51 5B 72 1D 14 0 37 DE 11 26
Octal 121 133 162 35 24 0 67 336 21 46
Binary 1010001 1011011 1110010 11101 10100 0 110111 11011110 10001 100110

Color Harmonies of #515B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B72

Black with #515B72

Text Example


Text Example

White with #515B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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